Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9ce241ec8 |
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache postgresql17-client bash
|
RUN apk add --no-cache postgresql18-client bash
|
||||||
COPY root /
|
COPY root /
|
||||||
RUN chmod +x /*.sh
|
RUN chmod +x /*.sh
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Example docker-compose.yml file
|
|||||||
```
|
```
|
||||||
services:
|
services:
|
||||||
backup:
|
backup:
|
||||||
image: pgsql-backup:17-1787155339
|
image: registry.cheriches.eu/pgsql-backup:18-1787155527
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./backup:/backup
|
- ./backup:/backup
|
||||||
|
|||||||
Reference in New Issue
Block a user