mirror of
https://github.com/ICKelin/gtun.git
synced 2025-09-26 19:11:15 +08:00
12 lines
251 B
YAML
12 lines
251 B
YAML
version: '3'
|
|
services:
|
|
accelerator:
|
|
build: .
|
|
container_name: gtund
|
|
restart: always
|
|
network_mode: host
|
|
privileged: true
|
|
volumes:
|
|
- /opt/apps/gtund/logs:/opt/apps/gtund/logs
|
|
environment:
|
|
TIME_ZONE: Asia/Shanghai |