Fix bind mount paths
This commit is contained in:
parent
6be7c81137
commit
d546922e1e
16 changed files with 36 additions and 45 deletions
|
@ -4,6 +4,6 @@ container_name = "ofelia"
|
|||
restart = "unless-stopped"
|
||||
volumes = [
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro",
|
||||
"/var/run~/data.sock:/var/run/docker.sock:ro",
|
||||
]
|
||||
command = "daemon --docker"
|
||||
|
|
Reference in a new issue