diff --git a/docker-compose.yml b/docker-compose.yml index 13394b6..f3a3e39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: sing-box: image: ghcr.io/sagernet/sing-box:latest container_name: ${COMPOSE_PROJECT_NAME} - restart: always + restart: unless-stopped network_mode: host volumes: - ./config/config.json:/etc/sing-box/config.json