That's great to know. Btw, you don't actually need to specify the url path for it to work. That's just for convenience of copying the link from the UI. It'll just work as long as the server is reachable at that address.
- Posts
- 12
- Comments
- 119
- Joined
- 1 yr. ago
- Posts
- 12
- Comments
- 119
- Joined
- 1 yr. ago
Upon further testing, this does actually work. You may set both
read_only: true, andcap_drop: alland it will work as long as you have a named volume. I had it mount a database file from the host system for my test config, which is why I was getting the errors. I don't know how to make that work though i.e. when the db is bind mounted from the host system. Setting the mount:rwdoesn't seem to fix it.