Skip to content

Instantly share code, notes, and snippets.

@Karnak19
Created April 20, 2021 13:59
Show Gist options
  • Save Karnak19/4c061e30898fc68db1b24181a22d3dd3 to your computer and use it in GitHub Desktop.
Save Karnak19/4c061e30898fc68db1b24181a22d3dd3 to your computer and use it in GitHub Desktop.
version: "3.1"
services:
db:
image: mariadb:latest
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
ports:
- 3308:3306
volumes:
- my-volume:/var/lib/mysql
adminer:
image: adminer
restart: always
ports:
- 8082:8080
volumes:
my-volume:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment