mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Update Dockerfile.tailscale
This commit is contained in:
parent
678df7f850
commit
28e32d81db
1 changed files with 4 additions and 2 deletions
|
|
@ -9,8 +9,10 @@ ENV SSH_HOST=""
|
||||||
ENV SSH_USER=""
|
ENV SSH_USER=""
|
||||||
ENV REMOTE_PORTS=""
|
ENV REMOTE_PORTS=""
|
||||||
ENV LOCAL_PORTS=""
|
ENV LOCAL_PORTS=""
|
||||||
ENV TAILSCALE_PARAM="" # New: Allows full customization of tailscale up command
|
# New: Allows full customization of tailscale up command
|
||||||
ENV TAILSCALE_AUTH_KEY="" # Fallback if TAILSCALE_PARAM is empty/not set
|
ENV TAILSCALE_PARAM=""
|
||||||
|
# Fallback if TAILSCALE_PARAM is empty/not set
|
||||||
|
ENV TAILSCALE_AUTH_KEY=""
|
||||||
ENV LOGROTATE_FREQUENCY="daily"
|
ENV LOGROTATE_FREQUENCY="daily"
|
||||||
ENV LOGROTATE_ROTATE="7"
|
ENV LOGROTATE_ROTATE="7"
|
||||||
ENV LOGROTATE_COMPRESS="compress"
|
ENV LOGROTATE_COMPRESS="compress"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue