Browse Source

added mariadb port

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

2
mariadb/docker-compose.yml

@ -3,6 +3,8 @@ services:
db:
image: mariadb
restart: always
ports:
- 3306:3306
adminer:
image: adminer
restart: always

Loading…
Cancel
Save