diff --git a/stack.production.yml b/stack.production.yml index c57b790..f47322f 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -4,7 +4,7 @@ services: headscale: image: git.nixc.us/colin/headscale:production volumes: - - headscale:/etc/headscale/ + - /mnt/tank/persist/nixc.us/headscale/production/config:/etc/headscale/ networks: - traefik environment: @@ -32,8 +32,8 @@ services: replicas: 1 restart_policy: condition: on-failure -volumes: - headscale: +# volumes: +# headscale: networks: traefik: external: true