Explorar el Código

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

lanfr144 hace 1 semana
padre
commit
853603a959
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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