Skip to content

Instantly share code, notes, and snippets.

@uurtech
Last active April 25, 2019 11:57
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 uurtech/327edbfb29058035a1c7f0daa8b60a57 to your computer and use it in GitHub Desktop.
Save uurtech/327edbfb29058035a1c7f0daa8b60a57 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
db:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: kazdal
# adminer:
# image: adminer
# restart: always
# ports:
# - 8080:8080
# if you like to use adminer. just uncomment lines above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment