From d68a22059bdbe15bce811a9705eb2ec56f8dc07f Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 15 Sep 2025 11:00:04 +0800 Subject: [PATCH] [Komodo] fern: Write Stack File: update octoeverywhere/compose.yaml --- octoeverywhere/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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