mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-03-31 23:14:30 +02:00
Fix endpoint connection
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
BACKUP_RETENTION_DAYS: ${BACKUP_RETENTION_DAYS:-7}
|
||||
BACKUP_PRUNING_LEEWAY: 5s
|
||||
BACKUP_PRUNING_PREFIX: test
|
||||
DROPBOX_ENDPOINT: http://127.0.0.1:8080
|
||||
DROPBOX_ENDPOINT: http://openapi_mock:8080
|
||||
DROPBOX_REFRESH_TOKEN: test
|
||||
DROPBOX_APP_KEY: test
|
||||
DROPBOX_APP_SECRET: test
|
||||
|
||||
Reference in New Issue
Block a user