Closed krstns closed 2 years ago
Also checked what's happening on the container, top command yields:
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
13 1 root D 138m 4% 3 0% php /usr/bin/composer install --prefer-dist --no-progress --no-interaction
API Platform version(s) affected: 2.6.8
Description
Freshly unpacked, clean API Platform release. The PHP container stops on
Generating optimized autoload files
. When i browse to the https://localhost the PWA is available but trying to get to Admin will throw 502.How to reproduce
Download and unpack the tar file with release. Make sure there aren't any old images etc. in the docker repo. Run
docker-compose up
Wait for all the containers to launch. Browse to https://localhost and accept the self signed cert Go to the Admin sectionPossible Solution
None
Additional Context
Running this on mac os 12.1, x86. Docker Desktop 4.5.0 (74594)
Clean docker:
Logs from running it (I've removed all caddy log entries and cut the usual downloads/installs, postgres logs):
Logs from when I open up the
https://localhost
in the browser and browse to Admin:The state of the containers:
Running any command using
bin/console
will also hang. Running anycomposer
command will execute and hang on the same log.I've already tried to 'give it a bit more time' but after 6hrs nothing has changed.