mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
### 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
14 lines
442 B
YAML
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
|