1
0
Fork 0

Update docker-compose.yml: nginx log persistence storage for OpenResty Manager service

This commit is contained in:
pooneyy 2025-08-18 23:08:13 +08:00
parent 3e9d9177eb
commit f264b42f84
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ services:
- ${OPENRESTY_MANAGER_ROOT_PATH}/acme:/opt/om/acme
- ${OPENRESTY_MANAGER_ROOT_PATH}/data:/opt/om/data
- ${OPENRESTY_MANAGER_ROOT_PATH}/conf:/opt/om/nginx/conf
- ${OPENRESTY_MANAGER_ROOT_PATH}/logs:/opt/om/nginx/logs
environment:
- TZ=Asia/Shanghai