Safe3-openresty-manager/docs/docker-compose.yml
UUSEC Technology 31c7b54b63 v1.6.0
### New feature

- Added new static webpage service and URL redirection functionality
- Added scheduled task feature to replace crontab for task management12
- Added interface language customization supporting Chinese/English switching
- Upgraded geo-location database
- Enhanced CAPTCHA verification with additional image options
2025-07-16 21:23:12 +08:00

14 lines
442 B
YAML

services:
openresty-manager:
image: uusec/openresty-manager:latest
container_name: openresty-manager
restart: always
network_mode: host
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/resolv.conf:/etc/resolv.conf:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./om_acme:/opt/om/acme
- ./om_data:/opt/om/data
- ./om_conf:/opt/om/nginx/conf
- ./om_logs:/opt/om/nginx/logs