diff --git a/docker/readme.md b/docker/readme.md index e5010af3..76995028 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -50,6 +50,7 @@ services: meshcentral: restart: always container_name: meshcentral + # use the official meshcentral container image: ghcr.io/ylianst/meshcentral:latest ports: # MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs @@ -91,6 +92,7 @@ services: meshcentral: restart: always container_name: meshcentral + # use the official meshcentral container image: ghcr.io/ylianst/meshcentral:latest depends_on: - mongodb