Compose-Library/headscale-vpn.compose.yaml.txt
2025-01-25 18:01:48 +01:00

11 lines
No EOL
270 B
Text
Executable file

services:
headscale:
image: headscale/headscale:latest
restart: unless-stopped
container_name: headscale
ports:
- "${IP}:${WEBPORT}:8080"
- "${IP}:${VPNPORT}:9090"
volumes:
- ${DATA_DIR}:/etc/headscale
command: serve