Update db.yml

Map to local port 33060 for connection to host's clients
This commit is contained in:
Alexey Safronov 2022-10-18 10:49:49 +03:00
parent 27713eed69
commit 33ca5a8f78

View File

@ -12,6 +12,8 @@ services:
user: mysql
expose:
- "3306"
ports:
- 33060:3306
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}