editted compose yml
This commit is contained in:
+10
-9
@@ -1,18 +1,19 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
headscale:
|
||||
image: headscale/headscale:latest
|
||||
container_name: headscale
|
||||
volumes:
|
||||
- ./container-config:/etc/headscale
|
||||
- ./container-data/data:/var/lib/headscale
|
||||
# ports:
|
||||
# - 27896:8080
|
||||
image: headscale/headscale:latest
|
||||
command: headscale serve
|
||||
ports:
|
||||
- 27896:8080
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/headscale/config:/etc/headscale
|
||||
- ${DOCKER_CONFIGS}/headscale/data:/var/lib/headscale
|
||||
|
||||
headscale-ui:
|
||||
container_name: headscale-ui
|
||||
image: ghcr.io/gurucomputing/headscale-ui:latest
|
||||
restart: unless-stopped
|
||||
container_name: headscale-ui
|
||||
# ports:
|
||||
# - 9443:443
|
||||
ports:
|
||||
- 9443:443
|
||||
|
||||
Reference in New Issue
Block a user