Skip to content

Latest commit

 

History

History
executable file
·
32 lines (25 loc) · 639 Bytes

README.md

File metadata and controls

executable file
·
32 lines (25 loc) · 639 Bytes

About Docker

  • Written in: Docker (Version: v17.12)

🔥🔥 IMPORTANT IF YOU ARE DEVELOPER !!!

Installation:
Config files:
  • Copy file ssl to amazonlinux/ssl/
  • Copy file config VirtualHost to amazonlinux/conf.d/
  • Copy file .env.default to .env and config PATH_APP=path/to/project

Run build amazonlinux (only one time)

docker-compose build

Run start server amazonlinux:

docker-compose up -d

Run stop server amazonlinux

docker-compose down