Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created August 13, 2019 22:42
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 BetterProgramming/1229861540c5e9f9ccd064bc599def90 to your computer and use it in GitHub Desktop.
Save BetterProgramming/1229861540c5e9f9ccd064bc599def90 to your computer and use it in GitHub Desktop.
version: '3'
services:
mysql-development:
image: mysql:8.0.17
environment:
MYSQL_ROOT_PASSWORD: helloworld
MYSQL_DATABASE: testapp
ports:
- "3308:3306"
admin:
image: adminer
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment