diff --git a/docker-compose.yml b/docker-compose.yml index f7362fa..e0ac135 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: clash-server: image: dreamacro/clash + restart: always container_name: clash ports: - "9090:9090" @@ -11,6 +12,7 @@ services: clash-ui: image: haishanh/yacd + restart: always container_name: clash-ui ports: - 5080:80 \ No newline at end of file