8000
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 34f8c1b commit a60f370Copy full SHA for a60f370
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.8"
2
services:
3
mysql:
4
- image: "mysql/mysql-server:8.0"
+ image: "mysql:9"
5
ports:
6
- "3306:3306"
7
restart: always
0 commit comments