Skip to content

Commit

Permalink
Merge pull request #27 from Strato-YangSungHun/main
Browse files Browse the repository at this point in the history
run-mc-application.sh update
  • Loading branch information
Strato-YangSungHun authored Sep 12, 2024
2 parents 2b051a9 + 135fc53 commit af3fada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/run-mc-application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ echo -e "Start ${LGREEN} $APP_NAME ${NC}"

sudo docker run -itd \
-p 18084:18084 \
-e DB_USER_NAME=mcmp \
-e DB_PWD=mcmp1234 \
-e DB_USER_NAME=application \
-e DB_PWD=application1234 \
-e DB_URL=localhost:3306 \
-e DDL_AUTO=create \
-e SQL_DATA_INIT=always \
Expand Down

0 comments on commit af3fada

Please sign in to comment.