duplicati/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user