linuxserver / docker-bookstack

A Docker container for the BookStack documentation wiki
GNU General Public License v3.0
747 stars 108 forks source link

After updating my docker container to the latest version I keep getting these error messages in the logs #124

Closed BobWs closed 2 years ago

BobWs commented 2 years ago

After updating my docker container to the latest version I keep getting these error messages in the logs

/var/run/s6/etc/cont-init.d/50-config: line 98: warning: command substitution: ignored null byte in input
/var/run/s6/etc/cont-init.d/50-config: line 98: warning: command substitution: ignored null byte in input

Any thought on how to solve this?

TIA

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thespad commented 2 years ago

They're not errors per se, the init script is waiting for the database to be available. It's a bug (it shouldn't be outputting an error) but it's harmless.