oscar 2 gadus atpakaļ
vecāks
revīzija
fb98c6c365
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Parādīt failu

9
     image: nginx:stable-alpine
9
     image: nginx:stable-alpine
10
     container_name: nginx_moderna
10
     container_name: nginx_moderna
11
     ports:
11
     ports:
12
-      - "80:80"
12
+      - "8077:80"
13
     volumes:
13
     volumes:
14
       - ./src/fe:/var/www/fe:ro,cached
14
       - ./src/fe:/var/www/fe:ro,cached
15
       - ./src/be:/var/www/html:ro,cached
15
       - ./src/be:/var/www/html:ro,cached