mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
added hostname
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
container_name: tailscale-subnet-router
|
||||
hostname: docker-router
|
||||
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_USERSPACE=false
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user