Skip to content

Instantly share code, notes, and snippets.

@pangpond
Created January 30, 2017 08:41
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 pangpond/115250e241b795e2692969998ba9aaf1 to your computer and use it in GitHub Desktop.
Save pangpond/115250e241b795e2692969998ba9aaf1 to your computer and use it in GitHub Desktop.
docker run -d --name Mariadb -e MYSQL_ROOT_PASSWORD=UlmJP0X8E2etGqdv -e MYSQL_USER=php -e MYSQL_PASSWORD=qrF8UeFJ2Wx8Dn0S -e MYSQL_DATABASE=php --net frontend-network -p 3306:3306 --network-alias maria-db --restart always mariadb:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment