From ff5ab9cf6e910d5df6c9dda72c81ec1c7e87a3a2 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 22 Jan 2024 03:38:47 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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