Update URLs for cheatsheets-app and mqttx-web services

This commit is contained in:
2024-04-15 13:37:10 +08:00
parent 471af8fb2e
commit a4d218dd49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ http:
cheatsheets_app:
loadBalancer:
servers:
- url: http://cheatsheets-app:80
- url: http://cheatsheets-app:8811
mqttx-web:
loadBalancer:
servers:
+1 -1
View File
@@ -61,7 +61,7 @@ services:
image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest}
restart: unless-stopped
ports:
- 80:80
- 8811:80
networks:
- net
- default