Open stephane-klein opened 1 year ago
Interesting.
Try adding CONTAINER_LOG_LEVEL=DEBUG
to your environment variables when starting and see if output tells you more..
CONTAINER_LOG_LEVEL=DEBUG
Here is debug log: https://gist.github.com/stephane-klein/0f26221cead75c19937a9216f6a4f160
discourse-app | 2023-04-07.14:39:52 [STARTING] ** [sidekiq] [2] Starting Sidekiq
discourse-app | => Booting Puma
discourse-app | => Rails 7.0.4.3 application starting in production
discourse-app | => Run `bin/rails server --help` for more startup options
discourse-app | fatal: detected dubious ownership in repository at '/app'
discourse-app | To add an exception for this directory, call:
discourse-app |
discourse-app | git config --global --add safe.directory /app
I don't understand why bin/rails server
use git
:thinking:.
Having the same issue, has anyone found a solution? I also had the database issue I was able to fix it by adding
- SUPERUSER_PASS=superuser
Having the same issue, has anyone found a solution? I also had the database issue I was able to fix it by adding
- SUPERUSER_PASS=superuser
I have the same issue and did the same as you, did you find any solution?
I am also having the same issue @tiredofit
Any news on this?
When I execute
docker-compose up discourse
, I see this log lines in stdout:Why
[rails] Starting Rails - Discourse version v3.0.2
is executed in a loop every 2 seconds?