oscar 2 年 前
コミット
fb98c6c365
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml ファイルの表示

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