Added an env var in the Dockerfile

Regarding the start.sh file, to run Horizon, this env variable must exist !
pull/1027/head
Djyp Forest Fortin 2019-03-13 23:11:17 +01:00 zatwierdzone przez GitHub
rodzic a5def258b5
commit b672ae4ce6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -54,6 +54,7 @@ ENV APP_ENV=production \
DB_HOST=db \
BROADCAST_DRIVER=log \
QUEUE_DRIVER=redis \
HORIZON_EMBED=TRUE \
HORIZON_PREFIX=horizon-pixelfed \
REDIS_HOST=redis \
SESSION_SECURE_COOKIE=true \