wyveo / craftcms-docker

Craft3/Craft2 CMS Docker base (Nginx, PHP-FPM 8, PostgreSQL/MariaDB, Redis)
https://hub.docker.com/r/wyveo/craftcms-docker
MIT License
100 stars 31 forks source link

Craft 3: 404 after docker-compose up -d #33

Open mrvudo opened 5 years ago

mrvudo commented 5 years ago

Issue

Only the 404 page is loaded

Info

System: MacOS 10.14.5 Docker: 2.0.0.3

Reproduce

  1. git clone https://github.com/wyveo/craftcms-docker.git
  2. cd craftcms-docker
  3. Docker Preferences > File Sharing
  4. Add: /data
  5. sudo mkdir /data
  6. mkdir ~/data
  7. ln -s /Users/xxx/data data
  8. sudo docker-compose up -d
  9. Visit: http://0.0.0.0/index.php?p=admin

Result

404 Not Found - nginx

Expected Result

Admin screen to install Craft