From be0101d343da2486f5ae7cd535665987463e2418 Mon Sep 17 00:00:00 2001 From: herwig- <741471+herwig-@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:21:06 +0200 Subject: [PATCH] modified docker-compose examples to use the official docker image --- docker/readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/readme.md b/docker/readme.md index c79d538b..e746a4df 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -80,7 +80,8 @@ services: meshcentral: restart: always container_name: meshcentral - image: 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 - 8086:443 @@ -121,7 +122,8 @@ services: meshcentral: restart: always container_name: meshcentral - image: meshcentral + # use the official meshcentral container + image: ghcr.io/ylianst/meshcentral:latest depends_on: - mongodb ports: