Skip to content

Commit

Permalink
chore: add db name to container name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 8, 2025
1 parent ae54584 commit b86d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chat-app-server/scripts/init_db_mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then
-e MYSQL_ROOT_HOST=% \
-p "${DB_PORT}":3306 \
-d \
--name "mysql_$(date '+%s')" \
--name "mysql_${DB_NAME}_$(date '+%s')" \
mysql
# TODO 4: Increase number of connections for testing
fi
Expand Down

0 comments on commit b86d8a6

Please sign in to comment.