remove debug mariadb port exposure
This commit is contained in:
parent
e2a98a849e
commit
e072e8ac94
|
@ -13,9 +13,8 @@ services:
|
||||||
MYSQL_USER: php
|
MYSQL_USER: php
|
||||||
MYSQL_PASSWORD: 4JB1dtbrIC8pT935
|
MYSQL_PASSWORD: 4JB1dtbrIC8pT935
|
||||||
expose:
|
expose:
|
||||||
- '3306'
|
- '3306'
|
||||||
ports:
|
|
||||||
- 3307:3306
|
|
||||||
|
|
||||||
php-fpm:
|
php-fpm:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue