mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-02 16:59:38 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user