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 would like to expose internal storage outside of the container using compose so that I can access the files use by the containers from the host where the container is running.
Having them accessible on the host I can backup those files and have them in case if for some reason container cannot start.
Also it would be easier to upgrade the container much easier by just pointing to new image.
So far I have tested this docker compose configuration. But I cannot access the files due to permissions issue in the container.
Any idea how can I get this working would be appreciated ?
The text was updated successfully, but these errors were encountered:
Hi
I would like to expose internal storage outside of the container using compose so that I can access the files use by the containers from the host where the container is running.
Having them accessible on the host I can backup those files and have them in case if for some reason container cannot start.
Also it would be easier to upgrade the container much easier by just pointing to new image.
So far I have tested this docker compose configuration. But I cannot access the files due to permissions issue in the container.
Any idea how can I get this working would be appreciated ?
The text was updated successfully, but these errors were encountered: