Update hugo/docker-compose.yml

This commit is contained in:
Michael Andrew Maurakis 2024-09-04 00:29:30 -05:00
parent e75b88dd68
commit 9e83e8e7e0

View file

@ -5,7 +5,7 @@ services:
environment: environment:
- TS_AUTHKEY= # BE SURE TO ADD YOUR KEY OR ELSE NOTHING WILL WORK - TS_AUTHKEY= # BE SURE TO ADD YOUR KEY OR ELSE NOTHING WILL WORK
#- TS_EXTRA_ARGS=--advertise-tags=tag:container # Uncomment this if you want to add a tag to your node. Useful for access control lists. #- TS_EXTRA_ARGS=--advertise-tags=tag:container # Uncomment this if you want to add a tag to your node. Useful for access control lists.
- TS_FUNNEL_CONFIG=/config/funnel.json # Uncomment this and comment the next line if you want to host your app publicly. - TS_FUNNEL_CONFIG=/config/funnel.json
- TS_STATE_DIR=/var/lib/tailscale - TS_STATE_DIR=/var/lib/tailscale
- TS_USERSPACE=false - TS_USERSPACE=false
- TS_ACCEPT_DNS=true - TS_ACCEPT_DNS=true