fix: staging-go port mapping 81:80 (Caddy listens on 80 inside container)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kpa-clawbot
2026-03-27 01:22:22 -07:00
co-authored by Copilot
parent 7f45e807d9
commit 6d7a4017dd
+1 -1
View File
@@ -53,7 +53,7 @@ services:
container_name: meshcore-staging-go
restart: unless-stopped
ports:
- "${STAGING_HTTP_PORT:-81}:${STAGING_HTTP_PORT:-81}"
- "${STAGING_HTTP_PORT:-81}:80"
- "${STAGING_MQTT_PORT:-1884}:1883"
volumes:
- ${STAGING_DATA_DIR:-~/meshcore-staging-data}/config.json:/app/config.json:ro