change docker-compose.yml 挂载配置文件

main
dugulp 2024-08-01 02:36:44 +08:00
parent fdb84e2ddd
commit d4e13cabca
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
# 将配置文件挂载到容器中 # 将配置文件挂载到容器中
volumes: volumes:
- ./config/config.yaml:/root/config.yaml - ./config/config.yaml:/root/config/config.yaml
ports: ports:
- "32235:8080" - "32235:8080"