Files
opennotr/docker-build/docker-compose.yaml
2021-04-23 19:05:44 +08:00

14 lines
321 B
YAML

version: '3'
services:
opennotrd:
image: ickelin/opennotr:latest
network_mode: host
container_name: opennotrd
restart: always
privileged: true
volumes:
- /opt/logs/opennotr:/opt/resty-upstream/logs
- /opt/data/opennotrd:/opt/conf
environment:
TIME_ZONE: Asia/Shanghai