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