You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had listmonk running previous for a while with no issues, I cant remember exactly how I installed it but I ran everything in docker and got it all to work.
Today I removed everything and wanted to do a fresh install, however Im unable to get the database correctly installed.
When I run docker compose run --rm app ./listmonk --install I get an error: http: invalid Host header
Unsure what to do from here or how to fix.
The text was updated successfully, but these errors were encountered:
I was able to bypass this problem through a really backwards method to get the database schema installed. I believe something somewhere is off with the advertised method of installing.
I had listmonk running previous for a while with no issues, I cant remember exactly how I installed it but I ran everything in docker and got it all to work.
Today I removed everything and wanted to do a fresh install, however Im unable to get the database correctly installed.
When I run
docker compose run --rm app ./listmonk --install
I get an error:http: invalid Host header
Unsure what to do from here or how to fix.
The text was updated successfully, but these errors were encountered: