Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3509cecdd | ||
|
|
1f1673abc1 |
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache postgresql18-client bash
|
RUN apk add --no-cache postgresql16-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: registry.cheriches.eu/pgsql-backup:18-1787155527
|
image: registry.cheriches.eu/pgsql-backup:16-1787155634
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./backup:/backup
|
- ./backup:/backup
|
||||||
|
|||||||
Reference in New Issue
Block a user