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 # Same image as mc, but any base image with bash and tar will work
image: itzg/mc-backup image: itzg/mc-backup
restart: "no" restart: "no"
entrypoint: restore-tar-backup entrypoint: restore-rsync-backup
volumes: volumes:
# Must be same mount as mc service, needs to be writable # Must be same mount as mc service, needs to be writable
- ./mc-data:/data - ./mc-data:/data
@@ -57,7 +57,7 @@ services:
PRUNE_BACKUPS_COUNT: 3 PRUNE_BACKUPS_COUNT: 3
RCON_PASSWORD: ${RCON_PASSWORD} RCON_PASSWORD: ${RCON_PASSWORD}
RCON_PORT: 25585 RCON_PORT: 25585
BACKUP_METHOD: "tar" BACKUP_METHOD: "rsync"
volumes: volumes:
- ./mc-data:/data:ro - ./mc-data:/data:ro
- ./mc-backups:/backups - ./mc-backups:/backups