Running the cdash container on a system where NGINX is already serving port 443 #2036
bjornpiltz
started this conversation in
General
Replies: 1 comment 3 replies
-
I could be wrong, but I think this is because you're passing in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a plan to support this use case? CDash isn't the only service running on my machine.
What I've tried
On the host system I have an
/etc/nginx/conf.d/cdash.conf
I set the following variables in
.env
I adapted
docker-compose.production.yml
to map ports 8080:443 instead of 443:443What I get
When I start the container with
and try to access https://cdash.server.com I'm presented with an Apache error:
Beta Was this translation helpful? Give feedback.
All reactions