-
On july 17 I was working with an ephemeral:release image that let me mount external directories and I was able to personalize the UI. Yesterday I updated the image with a pull command and now I can't mount the very same directories. docker run -d -e PWP__THEME=darkly -e PWP_PRECOMPILE=true -p 0.0.0.0:5100:5100 -v /opt/dockerdata/logos:/opt/PasswordPusher/public/logos --mount type=bind,source=/opt/dockerdata/yaml/settings.yml,target=/opt/PasswordPusher/config/settings.yml pglombardo/pwpush-ephemeral:release If I pull the mount commands and run the container without the -v and --mount, the image fires up in it's default state without any issues. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 33 replies
-
Hi @CBB3810 - Nothing has changed in terms of directory structure. What's the error/issue when you have the mount commands? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have found that the last working version is 1.29.3. Afterwards I can't get the container to start when mounting external files. Whatever changed happened between that version and 1.30.0 |
Beta Was this translation helpful? Give feedback.
I have found that the last working version is 1.29.3. Afterwards I can't get the container to start when mounting external files. Whatever changed happened between that version and 1.30.0