Folia migration #2

Merged
eldar merged 6 commits from folia-migration into main 2026-08-11 19:05:45 +02:00
Showing only changes of commit 6196700018 - Show all commits
+2 -2
View File
@@ -35,7 +35,7 @@ services:
# Same image as mc, but any base image with bash and tar will work
image: itzg/mc-backup
restart: "no"
entrypoint: restore-tar-backup
entrypoint: restore-rsync-backup
volumes:
# Must be same mount as mc service, needs to be writable
- ./mc-data:/data
@@ -57,7 +57,7 @@ services:
PRUNE_BACKUPS_COUNT: 3
RCON_PASSWORD: ${RCON_PASSWORD}
RCON_PORT: 25585
BACKUP_METHOD: "tar"
BACKUP_METHOD: "rsync"
volumes:
- ./mc-data:/data:ro
- ./mc-backups:/backups