Skip to content

Instantly share code, notes, and snippets.

@samhk222
Last active December 11, 2018 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samhk222/54890b5d3f5ab268209873f72f213222 to your computer and use it in GitHub Desktop.
Save samhk222/54890b5d3f5ab268209873f72f213222 to your computer and use it in GitHub Desktop.
Aia.la Docker Compose
git clone https://github.com/samhk222/Docker-LAMP-Boilerplate
environment:
MYSQL_ROOT_PASSWORD: password
DB_HOST: SERVER-5.6-mysql
DB_PORT: 3306
DB_DATABASE: SERVER
DB_USERNAME: root
DB_PASSWORD: password
DOCKER_WEB_PORT: 8877
docker-compose build
docker exec -it SERVER-7.2.x-webserver bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment