Reorg
This commit is contained in:
5
reverse_proxy/start.sh
Executable file
5
reverse_proxy/start.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
/app/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock &
|
||||
/app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=reverseproxy
|
||||
/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
|
Reference in New Issue
Block a user