Update kopia
This commit is contained in:
@@ -25,14 +25,14 @@ services:
|
|||||||
- "${CONFIG_PATH}:/app/config"
|
- "${CONFIG_PATH}:/app/config"
|
||||||
- "${CACHE_PATH}:/app/cache"
|
- "${CACHE_PATH}:/app/cache"
|
||||||
- "${LOGS_PATH}:/app/logs"
|
- "${LOGS_PATH}:/app/logs"
|
||||||
# Mount local folders to snapshot
|
|
||||||
- "${SOURCE_PATH}:/data:ro"
|
|
||||||
# Mount repository location
|
|
||||||
- "${BACKUP_PATH}:/repository"
|
|
||||||
# Mount path for browsing mounted snaphots
|
|
||||||
- "${TEMP_PATH}:/tmp:shared"
|
|
||||||
# Restore path
|
|
||||||
- "${RESTORE_PATH}:/restore"
|
|
||||||
# Scripts path
|
# Scripts path
|
||||||
- "${SCRIPTS_PATH}:/scripts"
|
- "${SCRIPTS_PATH}:/scripts"
|
||||||
|
# Mount path for browsing mounted snaphots
|
||||||
|
- "${TEMP_PATH}:/tmp:shared"
|
||||||
|
# Mount repository location
|
||||||
|
- "${BACKUP_PATH}:/repository"
|
||||||
|
# Restore path
|
||||||
|
- "${RESTORE_PATH}:/restore"
|
||||||
|
# Mount local folders to snapshot
|
||||||
|
- "${SOURCE_PATH}:/data:ro"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
Reference in New Issue
Block a user