Browse Source

fix: map frontend ports to 8502 and 8081 to completely bypass all rogue collisions

lanfr144 1 week ago
parent
commit
853603a959
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

@@ -31,7 +31,7 @@ services:
       context: .
       dockerfile: docker/app/Dockerfile
     ports:
-      - "8501:8501"
+      - "8502:8501"
     environment:
       - DB_HOST=mysql
       - DB_USER=db_reader
@@ -73,8 +73,8 @@ services:
   zabbix-web:
     image: zabbix/zabbix-web-nginx-mysql:ubuntu-7.0-latest
     ports:
-      - "8080:8080"
-      - "8443:8443"
+      - "8081:8080"
+      - "8444:8443"
     environment:
       - DB_SERVER_HOST=mysql
       - MYSQL_USER=zabbix