fix docker typo lol

This commit is contained in:
Cyberes 2023-09-28 00:02:41 -06:00
parent e86a5182eb
commit 3a538d649a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ user=apiserver
environment=HOME="/home/apiserver",USER="apiserver"
[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
autorestart=true
stdout_logfile=/dev/fd/1