We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b00a7f commit cc6e673Copy full SHA for cc6e673
1 file changed
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
environment:
6
MYSQL_ROOT_PASSWORD: ok
7
ports:
8
- - "33060:3306"
+ - "33069:3306"
9
healthcheck:
10
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
11
start_period: 30s
0 commit comments