mirror of
https://github.com/ICKelin/opennotr.git
synced 2025-09-26 20:01:13 +08:00
14 lines
321 B
YAML
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
|