Update README.md

This commit is contained in:
Silthus 2020-11-26 11:04:27 +01:00 committed by GitHub
parent 0b573b7e15
commit d3b018c100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Features:
* Backs up docker volumes or host binds
* Backs up postgres, mariadb and mysql databases
* Backups up minecraft server volumes pausing save before backup
* Notifications over mail/smtp or Discord webhooks
Please report issus on [github](https://github.com/ZettaIO/restic-compose-backup/issues).
@ -108,6 +109,18 @@ services:
postgres-credentials.env
volumes:
- pgdata:/var/lib/postgresql/data
minecraft:
image: itzg/minecraft-server
labels:
restic-compose-backup.minecraft: true
restic-compose-backup.tags: "test,foo,bar"
restic-compose-backup.volumes.include: "minecraft"
environment:
- RCON_PASSWORD=minecraft
- EULA=TRUE
volumes:
- ./minecraft:/data
volumes:
media: