mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-03-22 06:36:00 +00:00
Use tmp path for docker socket file by default
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
|||||||
import docker
|
import docker
|
||||||
import json
|
import json
|
||||||
|
|
||||||
DOCKER_BASE_URL = os.environ.get('DOCKER_BASE_URL') or "unix://var/run/docker.sock"
|
DOCKER_BASE_URL = os.environ.get('DOCKER_BASE_URL') or "unix://tmp/docker.sock"
|
||||||
VOLUME_TYPE_BIND = "bind"
|
VOLUME_TYPE_BIND = "bind"
|
||||||
VOLUME_TYPE_VOLUME = "volume"
|
VOLUME_TYPE_VOLUME = "volume"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user