diff --git a/headscale/compose.yml b/headscale/compose.yml index e8bdfbe..a931990 100644 --- a/headscale/compose.yml +++ b/headscale/compose.yml @@ -3,6 +3,7 @@ services: image: headscale/headscale:v0.25.1 restart: unless-stopped container_name: headscale + command: serve networks: - reverse-proxy ports: @@ -10,7 +11,6 @@ services: - "9090:9090" volumes: - ./config:/etc/headscale - command: serve headscale-admin: image: goodieshq/headscale-admin:0.24