[add] Configuring the mysql port

This commit is contained in:
2018-08-08 15:58:55 -06:00
parent 403541580d
commit d2b9163537
4 changed files with 29 additions and 3 deletions

View File

@@ -13,8 +13,10 @@ services:
container_name: payroll_mysql
restart: always
build: database
expose:
- "3307"
ports:
- "3306:3306"
- "3307:3307"
volumes:
- my-datavolume:/var/lib/mysql
environment: