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
If you're using this with docker, all you need to do to add persistence is use the volume config in the docker-compose.yml file. See the docs for more details here. So, for example you could add:
- volumes:
- ~/.bhn:/root/.bhn
to mount the /root/.bhn data dir in your container to a ~/.bhn in your host file system. This tells docker where to mount that volume on your host machine and will use that when re-creating the container in the future.
Can you provide an example which files/ folders need to be saved in a docker compose volume to obtain persistence?
The text was updated successfully, but these errors were encountered: