mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
21 lines
378 B
YAML
21 lines
378 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
metacubexd:
|
||
|
container_name: metacubexd
|
||
|
image: ghcr.io/metacubex/metacubexd
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 80:80
|
||
|
|
||
|
# optional
|
||
|
meta:
|
||
|
container_name: meta
|
||
|
image: docker.io/metacubex/clash-meta:Alpha
|
||
|
restart: always
|
||
|
network_mode: host
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
volumes:
|
||
|
- ./config.yaml:/root/.config/clash
|