appending webui for proxy compose.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3'
|
||||
|
||||
# config.yaml just see wiki examples.
|
||||
services:
|
||||
mihomo:
|
||||
@@ -17,3 +15,13 @@ services:
|
||||
volumes:
|
||||
- /usr/local/etc/mihomo:/root/.config/mihomo
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
yacd:
|
||||
image: p3terx/yacd
|
||||
container_name: yacd
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 1m
|
||||
restart: 'unless-stopped'
|
||||
ports:
|
||||
- 18181:9091
|
||||
|
||||
Reference in New Issue
Block a user