We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee7ffc commit d69450dCopy full SHA for d69450d
docker-compose.yml
@@ -1,3 +1,4 @@
1
+version: '3'
2
services:
3
db:
4
image: mysql:8.3.0
@@ -19,4 +20,4 @@ services:
19
20
depends_on:
21
- db
22
ports:
- - "8888:8888"
23
+ - "8888:8888"
0 commit comments