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: db:
image: mariadb image: mariadb
restart: always restart: always
ports:
- 3306:3306
adminer: adminer:
image: adminer image: adminer
restart: always restart: always

Loading…
Cancel
Save