-
I want to use a volume which contains my config and the sql database: docker volume create I want to map the volume and configure some variables to be able to point to the correct values. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's suggested to mount |
Beta Was this translation helpful? Give feedback.
I did it as proposed:
I configured the NAS directly in my host system via fstab configuration to be able to use the following config:
Changing the config requires a restart of the docker container, but this works like a charm.