Skip to content

Instantly share code, notes, and snippets.

@hvalls
Last active November 23, 2016 09:27
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 hvalls/0f0e069c8cbe3328d11be8de67cd990a to your computer and use it in GitHub Desktop.
Save hvalls/0f0e069c8cbe3328d11be8de67cd990a to your computer and use it in GitHub Desktop.
Docker: MariaDB and phpMyAdmin
version: '2'
services:
db:
environment:
- MYSQL_ROOT_PASSWORD=pass
image: mariadb
admin:
links:
- db
ports:
- 8080:80
image: phpmyadmin/phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment