Skip to content

Instantly share code, notes, and snippets.

@thetminko
Last active October 23, 2020 06:55
Show Gist options
  • Save thetminko/fc4c7cc2fd6ebad848880f9feb7db75f to your computer and use it in GitHub Desktop.
Save thetminko/fc4c7cc2fd6ebad848880f9feb7db75f to your computer and use it in GitHub Desktop.
docker-compose for local db
version: '3.8'
services:
mysql:
container_name: mysql8
image: mysql:8.0.22
ports:
- 3306:3306
command: --default-authentication-plugin=mysql_native_password
environment:
- MYSQL_ROOT_PASSWORD=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment