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