Mount --user-data-dir for container #13
Replies: 4 comments 3 replies
-
|
I did it like this (docker-compose) and it seems to be written to: and then my flag would be |
Beta Was this translation helpful? Give feedback.
-
you were missing a "=" in: |
Beta Was this translation helpful? Give feedback.
-
|
This is my docker-compose.yml and it does not work. In the logs it says So all environment variables in browser-sockpuppet-chrome are simply ignored? On the other hand if I add the flags to the URL like this How do I grant it the permission? I have tried everything. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
I'm facing the same issue and can't find the proper syntax to change edit: it should be set up now right? is there a way to test that? it doesn't seems to use the /tmp/cache directory (no files or subdir created) during checks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to follow this suggestion (for my docker container install of sockpupp on a Synology NAS):
so I mounted a directory /volumeSATA/satashare/.../user-data-dir from an external sata drive (I cannot "ram" it but at least I can move it away from my raid drives),
-v /volumeSATA/satashare/.../user-data-dir:/user-data-dir:rwand told Chromium to use it (env CHROMIUM_FLAGS --user-data-dir=/user-data-dir ).
It doesn't work though. it doesn't recognize the flag or the directory, what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions