Skip to content

Commit

Permalink
run-mc-application.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Sep 12, 2024
1 parent 25af976 commit 135fc53
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 135fc53

Please sign in to comment.