diff --git a/octoeverywhere/compose.yaml b/octoeverywhere/compose.yaml index 81ce86a..950abcd 100644 --- a/octoeverywhere/compose.yaml +++ b/octoeverywhere/compose.yaml @@ -1,9 +1,10 @@ services: octoeverywhere: image: octoeverywhere/octoeverywhere:latest + network_mode: host environment: - COMPANION_MODE=klipper - - PRINTER_IP=10.0.1.4 + - PRINTER_IP=127.0.0.1 - TZ=Australia/Perth volumes: - /home/fern/docker/data/octoeverywhere/data:/data