mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
reverted hard-coded name of scalelite-proxy container
This commit is contained in:
@@ -32,11 +32,6 @@ Create a new .env file based on the dotenv file included.
|
|||||||
|
|
||||||
```
|
```
|
||||||
cp dotenv .env
|
cp dotenv .env
|
||||||
|
|
||||||
sed -e '/SECRET_KEY_BASE=/ s/^${openssl rand -hex 64}*/#/' -i .env
|
|
||||||
|
|
||||||
sed -i 's/SECRET_KEY_BASE=.*/SECRET_KEY_BASE=[${openssl rand -hex 64}]/' .env
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Most required variables are pre-set by default, the ones that must be set before starting are:
|
Most required variables are pre-set by default, the ones that must be set before starting are:
|
||||||
|
|||||||
@@ -122,5 +122,5 @@ docker-compose run --rm --entrypoint "\
|
|||||||
--force-renewal" certbot
|
--force-renewal" certbot
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "### Reloading $NGINX_CONTAINER_NAME..."
|
echo "### Reloading scalelite-proxy..."
|
||||||
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") $NGINX_CONTAINER_NAME nginx -s reload
|
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") scalelite-proxy nginx -s reload
|
||||||
|
|||||||
Reference in New Issue
Block a user