Update control-plane port mapping to 18180

This commit is contained in:
Oskar Kapala 2026-05-12 20:22:46 +02:00
parent 2029457f57
commit 0cf1106b34

View file

@ -5,7 +5,7 @@ services:
user: "1000:1000" user: "1000:1000"
command: python src/operator_ui.py command: python src/operator_ui.py
ports: ports:
- "8080:8080" - "18180:8080"
volumes: volumes:
- /opt/homelab:/opt/homelab - /opt/homelab:/opt/homelab
restart: unless-stopped restart: unless-stopped