Skip to content

Instantly share code, notes, and snippets.

@mythes
Created June 14, 2018 14:42
Show Gist options
  • Save mythes/21f0097afc928cc978598b19ac087bc4 to your computer and use it in GitHub Desktop.
Save mythes/21f0097afc928cc978598b19ac087bc4 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
db:
image: mysql
restart: always
ports:
- 3306:3306
- 33060:33060
environment:
MYSQL_DATABASE: db
MYSQL_ROOT_PASSWORD: root
adminer:
image: adminer
restart: always
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment