Merge pull request #46 from SelfhostedPro/adding_apps

Fixed Homer volumes
This commit is contained in:
SelfhostedPro 2020-06-08 07:15:29 -07:00 committed by GitHub
commit 2152bb343d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -41,8 +41,12 @@
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Homer"
"container": "/www/assets",
"bind": "/portainer/Files/AppData/Config/Homer/assets"
},
{
"container": "/www/config.yml",
"bind": "/portainer/Files/AppData/Config/Homer/config.yaml"
}
]
},