Duplicati shared Folder hinzugefügt

This commit is contained in:
borgal
2021-09-30 23:19:51 +00:00
parent f5296a6e57
commit e848e46b02

View File

@@ -12,6 +12,9 @@ services:
- ./config:/config - ./config:/config
- backup:/backups - backup:/backups
- /opt:/source - /opt:/source
- ./shared:/shared
- /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/usr/bin/docker
ports: ports:
- 8200:8200 - 8200:8200
restart: unless-stopped restart: unless-stopped