From a54e45ca717023a45d6b1d0aac7143902b02cb0b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 14:31:18 -0600 Subject: [PATCH] add comment on volume mount --- docker-compose-example/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-example/docker-compose.yml b/docker-compose-example/docker-compose.yml index d9d033f..3ccbc98 100644 --- a/docker-compose-example/docker-compose.yml +++ b/docker-compose-example/docker-compose.yml @@ -11,7 +11,7 @@ services: TS_SERVE_PORT: ${TS_SERVE_PORT:-} # optional port to proxy with tailscale serve (ex: '80') TS_FUNNEL: ${TS_FUNNEL:-} # if set, serve publicly with tailscale funnel volumes: - - ./ts_data:/var/lib/tailscale/ + - ./ts_data:/var/lib/tailscale/ # the mountpoint should match TS_STATE_DIR myservice: image: nginxdemos/hello network_mode: "service:tailscale" # use the tailscale network service's network