xielin 5 anni fa
parent
commit
7491015f9c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      docker-compose-beta.yml
  2. 1 1
      docker-compose-dev.yml

+ 1 - 1
docker-compose-beta.yml

@@ -18,7 +18,7 @@ services:
     depends_on:
       - app_community_service_beta
     ports:
-      - "28218:80"
+      - "28217:80"
     volumes:
       - ./:/var/www
       - ./deploy/nginx/conf.d/app.beta.conf:/etc/nginx/conf.d/app.beta.conf

+ 1 - 1
docker-compose-dev.yml

@@ -17,7 +17,7 @@ services:
     depends_on:
       - app_community_service_dev
     ports:
-      - "18218:80"
+      - "18217:80"
     volumes:
       - ./:/var/www
       - ./deploy/nginx/conf.d/app.dev.conf:/etc/nginx/conf.d/app.dev.conf