mer. 19 août 2026 18:06:07 CEST
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache postgresql17-client bash
|
||||
RUN apk add --no-cache postgresql18-client bash
|
||||
COPY root /
|
||||
RUN chmod +x /*.sh
|
||||
EXPOSE 80
|
||||
|
||||
@@ -2,7 +2,7 @@ Example docker-compose.yml file
|
||||
```
|
||||
services:
|
||||
backup:
|
||||
image: pgsql-backup:17-1787155339
|
||||
image: registry.cheriches.eu/pgsql-backup:18-1787155527
|
||||
restart: always
|
||||
volumes:
|
||||
- ./backup:/backup
|
||||
|
||||
Reference in New Issue
Block a user