-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REDMINE_DB_PORT not working #130
Comments
Can you provide more details about what you're doing and what about it isn't working? If you specify |
Hi, For the GOSU problem, juste take a fresh install of a debian stretch and a fresh install of docker, then try to play the Dockerfile, you will see the errors. |
|
Since there isn't anything denoting an error with the image I'm going to close. If you do find something otherwise then I can re-open. |
by modifying the docker-entrypoint.sh as follow, it works as written in the doc.
line 42 : file_env 'REDMINE_DB_PORT' "${MYSQL_ENV_MYSQL_USER:-3306}"
line 50 : file_env 'REDMINE_DB_PORT' "${POSTGRES_ENV_POSTGRES_PORT:-5432}"
by the way when i play the dockerfile for https://github.com/docker-library/redmine/blob/ba719a0b180982a45d994e0ab66ac7a4ea106bfe/3.4/Dockerfile it compains with bad gnupg keys for GOSU ...
hope this helps
The text was updated successfully, but these errors were encountered: