modified docker-compose examples to use the official docker image

herwig- committed Aug 2, 2022 at 14:21 UTC be0101d343da2486f5ae7cd535665987463e2418
1 file changed +4 -2
docker/readme.md
+4 -2
@@ -80,7 +80,8 @@ services:
80 meshcentral:
81 restart: always
82 container_name: meshcentral
83 - image: meshcentral
83 + # use the official meshcentral container
84 + image: ghcr.io/ylianst/meshcentral:latest
85 ports:
86 # 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
87 - 8086:443
@@ -121,7 +122,8 @@ services:
122 meshcentral:
123 restart: always
124 container_name: meshcentral
124 - image: meshcentral
125 + # use the official meshcentral container
126 + image: ghcr.io/ylianst/meshcentral:latest
127 depends_on:
128 - mongodb
129 ports: