Update control-plane port mapping to 18180
This commit is contained in:
parent
2029457f57
commit
0cf1106b34
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue