更新数据目录配置
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
- ./cache:/app/cache
|
||||
environment:
|
||||
- PORT=8080
|
||||
- DATA_DIR=/app/data
|
||||
- CACHE_DIR=/app/cache
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/api/v1/"]
|
||||
|
||||
Reference in New Issue
Block a user