Browse Source

added mariadb

master
Jared Smith 3 years ago
parent
commit
2cafa6992a
  1. 10
      mariadb/docker-compose.yml

10
mariadb/docker-compose.yml

@ -0,0 +1,10 @@
version: '3.1'
services:
db:
image: mariadb
restart: always
adminer:
image: adminer
restart: always
ports:
- 8080:8080
Loading…
Cancel
Save