chore(config): 添加配置卷映射到docker-compose.yml
为podcast-server服务添加了配置目录的卷映射,将主机的/opt/audio/config目录挂载到容器内的/app/config目录,以便于外部配置管理。
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
- "3100:8000"
|
||||
volumes:
|
||||
- /opt/audio/output:/app/server/output
|
||||
- /opt/audio/config:/app/config
|
||||
restart: always
|
||||
container_name: podcast-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user