api-platform: Can't access localhost/app_dev.php (similar to #169) (docker install, Ubuntu 16.04)
Hi,
Currently banging my head against a wall of incomprehension at this stage of the tutorial:

What I did:
- corrected my mistake of not having used
docker-composeas a user instead of root by adding my user to the docker group, rebooted, deleted the already built docker images, deleted the skeleton-project including the root-owned folders; - ran
docker-compose up -dagain, as a user this time, in a freshly copy pasted skeleton-project and followed the tutorial up to the same point; - same error.
var/cache/devis still root-owned.
No idea what I did wrong. Any clue as to what it might be? Thanks in advance for any input you may have, and thank you for this great looking project š
ps: May be worth noting that Iām a docker noob.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (10 by maintainers)
I believe this is solved by #162 š Great job on the docker updates.
Hello,
I had the same issue. It comes from
composer installexecuted as root in docker/start.shTo solve that, I added after composer call in start.sh
Are you interested on a PR ?