volume fix - dashmachine

This commit is contained in:
SelfhostedPro 2020-06-02 14:57:51 -07:00
parent 54c0ff979c
commit 65849606b0
1 changed files with 2 additions and 2 deletions

View File

@ -2132,8 +2132,8 @@
"5000:5000/tcp" "5000:5000/tcp"
], ],
"volumes": [ "volumes": [
{"container": "/config", {"container": "/dashmachine/dashmachine/user_data",
"bind": "/dashmachine/dashmachine/user_data" "bind": "/srv/dev-disk-by-label-media/Files/AppData/Dashmachine"
} }
] ]
} }