Skip to content

Instantly share code, notes, and snippets.

@enesusta
Last active March 14, 2020 22:35
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 enesusta/98e4bd731eff516ebe6bde1a1106cb32 to your computer and use it in GitHub Desktop.
Save enesusta/98e4bd731eff516ebe6bde1a1106cb32 to your computer and use it in GitHub Desktop.
Adminer Docker config
version: "3.1"
services:
adminer:
image: dockette/adminer:full-php5
restart: always
ports:
- 8001:8001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment