updated compose file

This commit is contained in:
2025-05-11 21:19:33 -05:00
parent a47d4c196d
commit 98e2fbbd7d

View File

@@ -1,16 +1,14 @@
services:
headscale:
image: headscale/headscale:0.24
container_name: headscale
image: headscale/headscale:v0.25.1
restart: unless-stopped
environment:
- TZ=America/Chicago
container_name: headscale
ports:
- "8080:8080"
- "9090:9090"
volumes:
- ./config:/etc/headscale
- ./data:/var/lib/headscale
entrypoint: headscale serve
networks:
- reverse-proxy
command: serve
headscale-admin:
image: goodieshq/headscale-admin:0.24