duplicati/docker-compose.yml aktualisiert

This commit is contained in:
2025-06-16 10:07:17 +00:00
parent de9baa1ca4
commit be3ddee3af

View File

@@ -14,5 +14,5 @@ services:
- ${DATA_DIR}:/source/data:ro # IMPORTANT: Map your data here!
#- /path/to/host/data2:/source/data2:ro # More data to back up
ports:
- "${HOST_PORT}:8200" # Port for accessing the web interface
- "${HOST_PORT:-8200}:8200" # Port for accessing the web interface
restart: ${RESTART_POLICY:-unless-stopped}