mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 05:40:11 -08:00
added hostname
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: tailscale-subnet-router
|
container_name: tailscale-subnet-router
|
||||||
hostname: docker-router
|
hostname: docker-router
|
||||||
environment:
|
environment:
|
||||||
- TS_EXTRA_ARGS=--advertise-routes=192.168.68.0/24 --ssh --advertise-exit-node --reset
|
- TS_EXTRA_ARGS=--advertise-routes=192.168.68.0/24 --ssh --advertise-exit-node --reset --hostname=docker-router
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_USERSPACE=false
|
- TS_USERSPACE=false
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user