mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Update start.sh
fixing typo Signed-off-by: Joshua <navyjosh@users.noreply.github.com>
This commit is contained in:
parent
e6b1d2755f
commit
865b690d5f
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
envsubst '$FLASK_SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'
|
||||
envsubst '$FLASK_SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue