Neos: Run flow server in docker container

Hi Guys,

Since the new Neos 4.0 launched, I wanted to test it inside a docker container. I used following nginx, php, mysql docker container and wanted to run the flow server inside.

So after bringing up the docker containers, I exected into the php container docker exec -it neos-test_php_1 bash and followed the Neos instructions.

The flow server starts successfully but I get an 403 error on localhost:8000. It seems to be a docker port mistake but I dont get it.

Thanks for considering

Hi Sarika,

could you give us more info? Is ./flow help working if you run it in the main folder of your Neos installation?
You might also want to check out this thread: [WIKI] List of Neos/Flow Docker images
or the Docker images by ttree: https://gitlab.ttree.ch/ttree/flowapp

Cheers,
David