Only -t is supported (this is not a complete fix)

This commit is contained in:
Radon Rosborough 2020-06-12 12:22:18 -06:00
parent 2df2132e2c
commit d570a7f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ TLS_CERTIFICATE="$(base64 /etc/letsencrypt/live/riju.codes/fullchain.pem)"
# the script.
export TLS TLS_PRIVATE_KEY TLS_CERTIFICATE
docker run -it -e TLS -e TLS_PRIVATE_KEY -e TLS_CERTIFICATE \
docker run -t -e TLS -e TLS_PRIVATE_KEY -e TLS_CERTIFICATE \
--rm -p 0.0.0.0:80:6119 -p 0.0.0.0:443:6120 riju:prod