mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1087] Docker MeshCentral container does not start #667
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#667
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmccmk9 on GitHub (Apr 24, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1087
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.