mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed mysql env file and port binding
This commit is contained in:
parent
b60cfa19d2
commit
4c826820af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user