fix: change dozzle port to 18288 to resolve conflict
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13m26s

This commit is contained in:
jade
2026-07-24 00:02:54 +09:00
parent ad2ab985d8
commit 260f59b143

View File

@@ -135,7 +135,7 @@ services:
dozzle: dozzle:
image: amir20/dozzle:latest image: amir20/dozzle:latest
ports: ports:
- "8288:8080" - "18288:8080"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app - /home/ubuntu/app/ax_hub_mcp_tool:/app