Update Traefik configuration and expose port for mqttx-web

This commit is contained in:
2024-03-08 14:52:59 +08:00
parent 610a236367
commit 7852bcd517
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ services:
image: emqx/mqttx-web:latest
container_name: mqttx_web
restart: unless-stopped
expose:
- 80
ports:
- "9988:80"
networks:
- net
- default