Skip to content

Commit 9d5450b

Browse files
committed
refactor: 注释掉配置文件挂载,默认不挂载
1 parent 2d3e01e commit 9d5450b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ services:
2222
- "${APP_PORT:-8080}:8080"
2323
volumes:
2424
- data-files:/data/files
25-
- ./config/config.yaml:/app/config/config.yaml
25+
# Optional: mount custom config file
26+
# - ./config/config.yaml:/app/config/config.yaml
2627
healthcheck:
2728
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
2829
interval: 30s

0 commit comments

Comments
 (0)