mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-02 22:35:45 +03:00
Merge pull request #4354 from herwig-/improve-docker-compose-samples
modified docker-compose examples to use the official docker image
This commit is contained in:
commit
be187e28c6
@ -50,6 +50,7 @@ services:
|
|||||||
meshcentral:
|
meshcentral:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: meshcentral
|
container_name: meshcentral
|
||||||
|
# use the official meshcentral container
|
||||||
image: ghcr.io/ylianst/meshcentral:latest
|
image: ghcr.io/ylianst/meshcentral:latest
|
||||||
ports:
|
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
|
# 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:
|
meshcentral:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: meshcentral
|
container_name: meshcentral
|
||||||
|
# use the official meshcentral container
|
||||||
image: ghcr.io/ylianst/meshcentral:latest
|
image: ghcr.io/ylianst/meshcentral:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
Loading…
Reference in New Issue
Block a user