diff --git a/hosts/ps10rp/komodo-periphery/compose.yaml b/hosts/ps10rp/komodo-periphery/compose.yaml index b6966069c..74c24820a 100644 --- a/hosts/ps10rp/komodo-periphery/compose.yaml +++ b/hosts/ps10rp/komodo-periphery/compose.yaml @@ -22,6 +22,7 @@ services: komodo-periphery: image: ghcr.io/moghtech/komodo-periphery:2.0.0@sha256:cc9aff8b621d49bbcca394e1538d9d9ea28c48bcfd2d6c8a6f9d5d3eef7f8341 container_name: komodo-periphery + init: true env_file: - .komodo-env environment: @@ -30,9 +31,8 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - /proc:/proc - - /mnt/data/komodo/repos:/etc/komodo/repos - - /mnt/data/komodo/stacks:/etc/komodo/stacks - - keys:/etc/komodo/keys + - /mnt/data/komodo:/etc/komodo + - keys:/config/keys volumes: tailscale: