diff --git a/komodo/docker-compose-blackbird.yaml b/komodo/docker-compose-blackbird.yaml index a701b4b0..c9ee28b5 100644 --- a/komodo/docker-compose-blackbird.yaml +++ b/komodo/docker-compose-blackbird.yaml @@ -4,7 +4,7 @@ volumes: services: periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery-blackbird init: true volumes: diff --git a/komodo/docker-compose-deepcore.yaml b/komodo/docker-compose-deepcore.yaml index 2dd1bac3..17ed4667 100644 --- a/komodo/docker-compose-deepcore.yaml +++ b/komodo/docker-compose-deepcore.yaml @@ -4,7 +4,7 @@ volumes: services: periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery-deepcore init: true volumes: diff --git a/komodo/docker-compose-littlegeek.yaml b/komodo/docker-compose-littlegeek.yaml index d80ac726..c2fe90c2 100644 --- a/komodo/docker-compose-littlegeek.yaml +++ b/komodo/docker-compose-littlegeek.yaml @@ -4,7 +4,7 @@ volumes: services: periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery-littlegeek init: true volumes: diff --git a/komodo/docker-compose-octoprint.yaml b/komodo/docker-compose-octoprint.yaml index 2ba840b7..9cf6f2da 100644 --- a/komodo/docker-compose-octoprint.yaml +++ b/komodo/docker-compose-octoprint.yaml @@ -4,7 +4,7 @@ volumes: services: periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery-octoprint init: true volumes: diff --git a/komodo/docker-compose-sdrpi.yaml b/komodo/docker-compose-sdrpi.yaml index 2ff40b1c..def8213b 100644 --- a/komodo/docker-compose-sdrpi.yaml +++ b/komodo/docker-compose-sdrpi.yaml @@ -4,7 +4,7 @@ volumes: services: periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery-adsb init: true volumes: diff --git a/komodo/docker-compose.yaml b/komodo/docker-compose.yaml index cd22a9f9..8f02eeb2 100644 --- a/komodo/docker-compose.yaml +++ b/komodo/docker-compose.yaml @@ -113,7 +113,7 @@ services: - homepage.description=Docker Management Platform periphery: - image: ghcr.io/moghtech/komodo-periphery:1.19.5 + image: ghcr.io/moghtech/komodo-periphery:2.2.0 container_name: komodo-periphery volumes: - /var/run/docker.sock:/var/run/docker.sock