Fixed Homer volumes
This commit is contained in:
parent
512bc9c0be
commit
70d0eae99e
1 changed files with 6 additions and 2 deletions
|
@ -41,8 +41,12 @@
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/config",
|
"container": "/www/assets",
|
||||||
"bind": "/portainer/Files/AppData/Config/Homer"
|
"bind": "/portainer/Files/AppData/Config/Homer/assets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/www/config.yml",
|
||||||
|
"bind": "/portainer/Files/AppData/Config/Homer/config.yaml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue