Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 540 Bytes

Play with docker-compose

  • Clone Nginx - PHP - it's open source
  • Clone source code to src folder, if not exist then you can create
  • src
  • Rename file .env.example to .env and change your setting
  • Build and run docker-compose up --build
  • Your url: http://localhost

Play with Dockerfile

  • Rename file .env.example to .env and change your setting
  • In file .env APPLICATION_ENV change or remove
  • docker build . -t flodav
  • docker run -d -p 80:80 -p 443:443 flodav