Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created March 23, 2018 08:37
Show Gist options
  • Save GitHub30/75e39a12b80d46a72fa1ab661b5b0024 to your computer and use it in GitHub Desktop.
Save GitHub30/75e39a12b80d46a72fa1ab661b5b0024 to your computer and use it in GitHub Desktop.
# Use root/example as user/password credentials
version: '3.1'
services:
db:
image: mysql
restart: always
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: example
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