Fix in image link + set fixed version

This commit is contained in:
Jeffrey Smeets
2026-07-02 22:43:56 +02:00
parent 8de0775282
commit 39b2a9047e
+2 -2
View File
@@ -28,7 +28,7 @@ services:
MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD} MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD}
core: core:
image: ghcr.io/mbecker20/komodo:${COMPOSE_KOMODO_IMAGE_TAG:-latest} image: ghcr.io/moghtech/komodo-core:2.2.0
labels: labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped restart: unless-stopped
@@ -61,7 +61,7 @@ services:
## or deploy the Periphery binary with systemd using ## or deploy the Periphery binary with systemd using
## https://github.com/mbecker20/komodo/tree/main/scripts ## https://github.com/mbecker20/komodo/tree/main/scripts
periphery: periphery:
image: ghcr.io/mbecker20/periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest} image: ghcr.io/moghtech/komodo-periphery:2.2.0
labels: labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped restart: unless-stopped