Skip to content

Commit

Permalink
[type:feature] modify e2e k8s to docker compose mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 committed Oct 15, 2024
1 parent 51ee53d commit f61686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shenyu-e2e/shenyu-e2e-case/compose/shenyu-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
ports:
- "30306:3306"
volumes:
- /tmp/shenyu-e2e/mysql/schema:/docker-entrypoint-initdb.d
- /tmp/shenyu-e2e/mysql/schema.sql:/docker-entrypoint-initdb.d/schema.sql
healthcheck:
test: [ "CMD", "mysql", "-u", "root", "-pshenyue2e", "-e", "SELECT 1" ]
interval: 10s
Expand Down

0 comments on commit f61686a

Please sign in to comment.