Commit f9212162 authored by 吴文龙's avatar 吴文龙

fix

parent 03f41340
...@@ -88,7 +88,7 @@ services: ...@@ -88,7 +88,7 @@ services:
ports: ports:
- "8889:80" - "8889:80"
volumes: volumes:
- ./iot-pep/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
depends_on: depends_on:
- iot-dbapi - iot-dbapi
- iot-interface - iot-interface
...@@ -99,4 +99,4 @@ services: ...@@ -99,4 +99,4 @@ services:
ports: ports:
- "8890:80" - "8890:80"
volumes: volumes:
- ./iot-pep/nginx-board.conf:/etc/nginx/nginx.conf - ./nginx/nginx-board.conf:/etc/nginx/nginx.conf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment