Fix bind mount paths
This commit is contained in:
parent
6be7c81137
commit
d546922e1e
16 changed files with 36 additions and 45 deletions
|
@ -4,5 +4,5 @@ container_name = "cloudflare-ddns"
|
|||
security_opt = ["no-new-privileges:true"]
|
||||
network_mode = "host"
|
||||
environment = ["PUID=1000", "PGID=1000"]
|
||||
volumes = ["/docker/ddns/config.json:/config.json"]
|
||||
volumes = ["~/data/ddns/config.json:/config.json"]
|
||||
restart = "unless-stopped"
|
||||
|
|
Reference in a new issue