Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

The permission denied is the only real blocker β€” everything below the Could not create config: line is just OpenCloud complaining that, because it couldn't write opencloud.yaml, it never got a jwt_secret. Fix the write permission and the rest goes away. But your compose file has three separate issues stacked on top of each other, so let me unpack them.

1. Why /etc/opencloud/opencloud.yaml can't be created

Inside the container, /etc/opencloud is your bind mount:

- ./config/opencloud:/etc/opencloud

So the container is really trying to write to ./config/opencloud/opencloud.yaml on the host. The container is running as UID 1000 / GID 100, but the host directory was created by root (or by OMV'…

Replies: 5 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@Stephan-P
Comment options

@Stephan-P
Comment options

Answer selected by Stephan-P
Comment options

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

@Stephan-P
Comment options

Comment options

You must be logged in to vote
3 replies
@Stephan-P
Comment options

@Stephan-P
Comment options

@faketut
Comment options

Comment options

You must be logged in to vote
3 replies
@Stephan-P
Comment options

@Stephan-P
Comment options

@Stephan-P
Comment options

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
2 participants