add headscale-admin

This commit is contained in:
Isaac Shoebottom 2024-07-04 22:22:54 -03:00
parent 792a9b9847
commit a5e8c7d685

View File

@ -11,3 +11,9 @@ services:
volumes: volumes:
- /docker/appdata/headscale/config:/etc/headscale - /docker/appdata/headscale/config:/etc/headscale
command: headscale serve command: headscale serve
headscale-admin:
image: goodieshq/headscale-admin:latest
container_name: headscale-admin
restart: unless-stopped
ports:
- "8089:80"