fix docker typo lol
This commit is contained in:
parent
e86a5182eb
commit
3a538d649a
|
@ -13,7 +13,7 @@ user=apiserver
|
||||||
environment=HOME="/home/apiserver",USER="apiserver"
|
environment=HOME="/home/apiserver",USER="apiserver"
|
||||||
|
|
||||||
[program:rathole]
|
[program:rathole]
|
||||||
command=/bin/bash -c 'app/rathole -c /app/client.toml 2>&1 | tee -a /var/log/app/rathole.log'
|
command=/bin/bash -c '/app/rathole -c /app/client.toml 2>&1 | tee -a /var/log/app/rathole.log'
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stdout_logfile=/dev/fd/1
|
stdout_logfile=/dev/fd/1
|
||||||
|
|
Reference in New Issue