You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run my Wolf instance on /docker host folder mount, and since Wolf spawns additional containers, it's important that the same folder structure is shared among host and apps.
Setting HOST_APPS_STATE_FOLDER=/docker/wolf should be enough in my case, but upon testing, it seems like the Wolf container still uses /etc/wolf/cfg for the config.toml file and certificates.
I run my Wolf instance on
/docker
host folder mount, and since Wolf spawns additional containers, it's important that the same folder structure is shared among host and apps.Setting
HOST_APPS_STATE_FOLDER=/docker/wolf
should be enough in my case, but upon testing, it seems like the Wolf container still uses/etc/wolf/cfg
for theconfig.toml
file and certificates.Current workaround:
From our chat on Discord, it seems like
WOLF_CFG_FOLDER
is not properly linked toHOST_APPS_STATE_FOLDER
.I hope this helps!
The text was updated successfully, but these errors were encountered: