fr0tt / benotes

An open source self hosted notes and bookmarks taking web app.
https://benotes.org
MIT License
718 stars 49 forks source link

unbound variable #86

Closed nocomment-bln closed 1 year ago

nocomment-bln commented 1 year ago

I got this issue at first run

-> Executing /opt/docker/provision/entrypoint.d/05-permissions.sh -> Executing /opt/docker/provision/entrypoint.d/20-nginx.sh -> Executing /opt/docker/provision/entrypoint.d/20-php-fpm.sh -> Executing /opt/docker/provision/entrypoint.d/20-php.sh -> Executing /entrypoint.d/app_entrypoint.sh /entrypoint.d/app_entrypoint.sh: line 9: RUN_MIGRATIONS: unbound variable

Any idea ?

Thaanks

fr0tt commented 1 year ago

Seems like there is something mixed up. What installation method did you use and which image and most importantly which .env file ?

Nonetheless it probably can be fixed by adding RUN_MIGRATIONS=false in your .env file.

nocomment-bln commented 1 year ago

hi, thanks for the answer.

I used the docker-compose file and the .env file

RUN_MIGRATIONS=false doesnt changed anything

fr0tt commented 1 year ago

Hi,

sorry for the inconvenience !

It should be fixed now with the newest build (so after you pulled the image again).

nocomment-bln commented 1 year ago

works now! thanks