24 lines
403 B
YAML
24 lines
403 B
YAML
![]() |
services:
|
||
|
clash:
|
||
|
image: dreamacro/clash-premium
|
||
|
container_name: clash
|
||
|
hostname: clash
|
||
|
ports:
|
||
|
- 7890:7890
|
||
|
- 7891:7891
|
||
|
- 9091:9091
|
||
|
volumes:
|
||
|
- ./config:/root/.config/clash
|
||
|
network_mode: "host"
|
||
|
environment:
|
||
|
- TZ=Asia/Shanghai
|
||
|
restart: always
|
||
|
|
||
|
# networks:
|
||
|
# - shared-network
|
||
|
|
||
|
# networks:
|
||
|
# shared-network:
|
||
|
# driver: bridge
|
||
|
|