This website requires JavaScript.
Explore
Help
Sign In
romein
/
docker-volume-s3-backup
Watch
1
Star
0
Fork
0
You've already forked docker-volume-s3-backup
mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced
2025-05-17 13:14:38 +00:00
Code
Issues
docker-volume-s3-backup
/
test_image
/
Dockerfile
6 lines
97 B
Docker
Raw
Normal View
History
Unescape
Escape
Fix some bugs, it is working now!
2025-05-04 13:54:42 +02:00
FROM
alpine:3.21
Adapt postgres-baskup-s3 to backup Docker volumes instead of Postgres databases
2025-05-04 13:18:07 +02:00
COPY
data/ /data
Fix some bugs, it is working now!
2025-05-04 13:54:42 +02:00
ENTRYPOINT
[
"/bin/sh"
,
"-c"
,
"while sleep 3600; do :; done"
]
Copy Permalink