Replies: 1 comment 10 replies
-
I just tested a fresh docker install on ubuntu 20.04 on Hetzner cloud and it starts up just fine. Either you are not creating the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
When running the docker compose file on a vanilla first time install, meshcentral container never starts up and repeatedly prints. "waiting for nginx to start...". Upon further inspection, this happens because the entrypoint.sh file has a hardcoded ip address that is not within the subnet created for this stack. Therefore the meshcentral container will never be able to communicate with the nginx container and this causes other containers that depend on meshcentral to fail as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The containers should be on the same network or the entrypoint.sh should have a configurable environment variable to control the nginx IP
Screenshots
NA
Additional context
The current workaround is to acquire a shell of the running container and modify the entrypoint.sh file yourself.
Beta Was this translation helpful? Give feedback.
All reactions