Skip to content

Commit

Permalink
remove pass
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 28, 2022
1 parent 4129a76 commit d6f86af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker run -d --restart always --name ${Node_Name} --hostname ${Node_Name} \
-e DB_PORT="3306" \
-e DB_NAME="jxwaf_db" \
-e DB_USER="root" \
-e DB_PASS="bUHvZJ9rzprE4dyzkJ0kkGw7EhRP3IprJ7yU9GmFZ5x3YOMogCMnnpqah0KoVbfJ" \
-e DB_PASS="XXXXPASS" \
-v /dev:/dev:ro \
-v /etc/localtime:/etc/localtime:ro \
-v ${Data_Path}/jxwaf-server:/opt/jxwaf-server \
Expand Down
57 changes: 0 additions & 57 deletions jxwaf-node/start.sh

This file was deleted.

34 changes: 0 additions & 34 deletions jxwaf-server/start.sh

This file was deleted.

0 comments on commit d6f86af

Please sign in to comment.