Commit 9180680e by 刘鑫

order模块挂载外部信任库文件

1 parent e7ff3b6a
Showing with 2 additions and 0 deletions
...@@ -127,6 +127,8 @@ services: ...@@ -127,6 +127,8 @@ services:
env_file: env_file:
- .env - .env
container_name: project-order container_name: project-order
volumes:
- /usr/local/src:/usr/local/src
ports: ports:
- ${ORDER_PORT}:${ORDER_PORT} - ${ORDER_PORT}:${ORDER_PORT}
- "62001:62001" - "62001:62001"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!