diff --git a/komodo/docker-compose.yml b/komodo/docker-compose.yml index 52f556e..2bc60eb 100644 --- a/komodo/docker-compose.yml +++ b/komodo/docker-compose.yml @@ -10,7 +10,7 @@ services: mongo: image: mongo - contaoner_name: komodo-mongo + container_name: komodo-mongo labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers command: --quiet --wiredTigerCacheSizeGB 0.25 @@ -26,7 +26,7 @@ services: core: image: ghcr.io/moghtech/komodo-core:${COMPOSE_KOMODO_IMAGE_TAG:-latest} - contaoner_name: komodo-core + container_name: komodo-core labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped @@ -58,7 +58,7 @@ services: ## https://github.com/moghtech/komodo/tree/main/scripts periphery: image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest} - contaoner_name: komodo-periphery + container_name: komodo-periphery labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped