Closed mattlindsey closed 4 weeks ago
It will be some variation of a required environment variable not being set.
Between Mac and Linux, Docker Desktop and Podman Machine, people running docker as their regular user and people running docker as root, this stuff is really hard to test.
I'm reverting the breaking change right now, and will try to fix that other issue someday.
Yeah. Looks confusing.
It might be REDIS_URL in .env
.
I discovered that running locally on my Mac, your change doesn't break anything if I comment out all of the lines in .env
, but it breaks if I just uncomment the REDIS_URL line.
Latest commit on main changes environment filename from .local.env to .env but broke my local installation. I renamed .local.env to .env, deleted the docker container, did 'ops down' then 'ops up,' dropped the db and ran db:setup, but server fails to start. Any ideas?