Skip to content

Instantly share code, notes, and snippets.

@gamalan
Last active September 5, 2019 07:06
Show Gist options
  • Save gamalan/ebf233ac12b04f551c0ff386eb23de49 to your computer and use it in GitHub Desktop.
Save gamalan/ebf233ac12b04f551c0ff386eb23de49 to your computer and use it in GitHub Desktop.
version: '3.7'
services:
adminer:
image: adminer
ports:
- 8080:8080
environment:
ADMINER_PLUGINS: 'tables-filter tinymce enum-option enum-types'
db:
image: mysql:5.6
environment:
MYSQL_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment