Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
airplayx committed Nov 2, 2023
1 parent be572cb commit 603f1c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
echo "'"CREATE DATABASE IF NOT EXISTS $$db;"'" >> /docker-entrypoint-initdb.d/create_databases.sql;
done;
docker-entrypoint.sh --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
rm -rf /docker-entrypoint-initdb.d/create_databases.sql
"
command: [
'--character-set-server=utf8mb4',
Expand Down

0 comments on commit 603f1c2

Please sign in to comment.