Skip to content

Instantly share code, notes, and snippets.

@u-u-z
Created March 8, 2021 06:05
Show Gist options
  • Save u-u-z/3a30633e544e1605669466f0ed403697 to your computer and use it in GitHub Desktop.
Save u-u-z/3a30633e544e1605669466f0ed403697 to your computer and use it in GitHub Desktop.
adminer.yml
# Use root/example as user/password credentials
version: '3.1'
services:
adminer:
image: adminer
restart: always
ports:
- 127.0.0.1:33060:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment