Skip to content

Commit

Permalink
Use web as a command, not as an option (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar authored Feb 9, 2024
1 parent 0e24c0a commit 2c8cff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailscale/rootfs/etc/s6-overlay/s6-rc.d/web/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ declare -a options

bashio::log.info 'Starting Tailscale web...'

options+=(web)
# Get random port
options+=(--listen 127.0.0.1:25899)

# Run Tailscale
exec /opt/tailscale "${options[@]}"
exec /opt/tailscale web "${options[@]}"

0 comments on commit 2c8cff0

Please sign in to comment.