add headscale-admin
This commit is contained in:
parent
792a9b9847
commit
a5e8c7d685
@ -10,4 +10,10 @@ services:
|
|||||||
- "8088:9090" # Metrics port
|
- "8088:9090" # Metrics port
|
||||||
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"
|
Loading…
Reference in New Issue
Block a user