浏览代码

change port

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