superuser_password secret fails with permission denied #1165
Unanswered
clinta
asked this question in
Getting Help
Replies: 1 comment
-
The file inside the container must be readable by the user "unit" or the group "root". You can change the values with the long syntax of the secrets key: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
Trying to use
superuser_password
secret fails with the following message:/opt/netbox/docker-entrypoint.sh: line 64: /run/secrets/superuser_password: Permission denied
Expected Behavior
Expect the superuser_password secret to work
Docker Compose Version
v2.24.5
Docker Version
The git Revision
f1ca9ab
The git Status
Startup Command
docker compose up
NetBox Logs
Content of docker-compose.override.yml
Beta Was this translation helpful? Give feedback.
All reactions