Skip to content

Commit

Permalink
added export keyword for SSL_RUNNING env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley authored Jan 7, 2022
1 parent ec7b307 commit 792b95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ docker run -d \
--volumes-from nginx-proxy \
jrcs/letsencrypt-nginx-proxy-companion

SSL_RUNNING="true"
export SSL_RUNNING="true"

./start.sh $1

0 comments on commit 792b95e

Please sign in to comment.