chore: removed mysql env file and port binding

This commit is contained in:
원더 2021-01-13 11:21:46 +09:00
parent b60cfa19d2
commit 4c826820af

View File

@ -5,10 +5,6 @@ services:
image: mariadb/server:10.5
container_name: mysqlBeta
hostname: mysql
ports:
- "3307:3306"
env_file:
- .env.mysql.local
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci