Skip to content

Commit cc6e673

Browse files
committed
change mysql port
1 parent 1b00a7f commit cc6e673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
environment:
66
MYSQL_ROOT_PASSWORD: ok
77
ports:
8-
- "33060:3306"
8+
- "33069:3306"
99
healthcheck:
1010
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
1111
start_period: 30s

0 commit comments

Comments
 (0)