services: komodo_periphery: container_name: komodo_periphery image: ghcr.io/moghtech/komodo-periphery:1.18.4 restart: unless-stopped labels: komodo.skip: volumes: - /var/run/docker.sock:/var/run/docker.sock - /proc:/proc - ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY} #Change me ports: - 8120:8120 networks: - backend networks: backend: external: true