Skip to content
Discussion options

You must be logged in to vote

if you look at your docker compose file OR your docker run command, there should be a volume mapping like this:

/home/username/docker-data/homepage-data:/app/config

The path BEFORE the colon is your computer's path to store the data, the path AFTER is the path inside the docker container.

SO, the answer to your question is that the config files will be in the path to the LEFT of the colon. In this example, /home/username/docker-data/homepage-data

Replies: 7 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@mrtargaryen
Comment options

Answer selected by mrtargaryen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mrtargaryen
Comment options

Comment options

You must be logged in to vote
1 reply
@Nionor
Comment options

Comment options

You must be logged in to vote
2 replies
@Nionor
Comment options

@mrtargaryen
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants