-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I created a docker compose configuration like this:
releem-agent:
depends_on:
- db
image: releem/releem-agent
container_name: releem-agent
user: 2004:2004
environment:
...
restart: unless-stopped
volumes:
- /tmp/.mysqlconfigurer/:/tmp/.mysqlconfigurer/
Now when i start the container, the following error message appears in the logs
releem-agent | /docker/entrypoint.sh: line 4: /opt/releem/releem.conf: Permission denied
releem-agent exited with code 1
Would it be possible to change the startup logic so that the root user is not required anymore?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels