Skip to content

Commit

Permalink
backup docker.config fix (#12)
Browse files Browse the repository at this point in the history
RETAIN_N_DAYS should be KEEP_N_DAYS
  • Loading branch information
stricnina authored May 22, 2024
1 parent 5b524b8 commit e22c7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.with-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- OUTPUT_FOLDER=/home/steam/backups
- OUTPUT_USER=1000
- OUTPUT_GROUP=1000
- RETAIN_N_DAYS=5
- KEEP_N_DAYS=5
volumes:
- ./data:/home/steam/enshrouded
- ./backups:/home/steam/backups
Expand Down
2 changes: 1 addition & 1 deletion docs/compose-with-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- OUTPUT_FOLDER=/home/steam/backups
- OUTPUT_USER=1000
- OUTPUT_GROUP=1000
- RETAIN_N_DAYS=5
- KEEP_N_DAYS=5
volumes:
- ./data:/home/steam/enshrouded
- ./backups:/home/steam/backups
Expand Down

0 comments on commit e22c7fd

Please # to comment.