Skip to content
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_HTTPS=true does not seem to work #59

Closed
mike-pun opened this issue Oct 25, 2014 · 2 comments
Closed

REDMINE_HTTPS=true does not seem to work #59

mike-pun opened this issue Oct 25, 2014 · 2 comments

Comments

@mike-pun
Copy link

I created the cert and exposed 80 and also 443, 80 is still working. Also using the RELATIVE_URL option and that is working.

This is the exact command:
docker run --name=redmine_cyphy -d -e 'REDMINE_HTTPS=true' -e 'REDMINE_RELATIVE_URL_ROOT=/redmine' --link mysql_cyphy:mysql -p 80:80 -p 443:443 -v /data/redmine/data:/home/redmine/data sameersbn/redmine:2.6.0-1

@b-a-t
Copy link

b-a-t commented Oct 25, 2014

Where did you place certs? Did you name the appropriately?

@mike-pun
Copy link
Author

Thanks you. That was stupid of me. Working now beautifully. Thank you for the docker with all the right bells and whistles and the great documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants