Another bug bites the dust

This commit is contained in:
coolnsx
2024-03-02 14:33:50 +05:30
parent 6f2f16bbc6
commit 832b5547c4
2 changed files with 22 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*
*/
!docker-compose.yml
!env.example
!*docker-compose.yml
!*env.example

View File

@@ -0,0 +1,20 @@
services:
headscale:
container_name: headscale
#image: headscale/headscale:latest
#image: headscale/headscale:0.23.0
image: headscale/headscale:unstable
command: serve
restart: unless-stopped
volumes:
- ./config:/etc/headscale/
- ./data:/var/lib/headscale/
- ./run:/var/run/headscale/
networks:
- nginx_proxy
ports:
- "3478:3478/udp"
networks:
nginx_proxy:
external: true