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 bd5ad88 commit 96980c6Copy full SHA for 96980c6
.devcontainer/devcontainer.json
@@ -17,6 +17,9 @@
17
},
18
"onCreateCommand": "pip install -e .",
19
"postStartCommand": "MYSQL_VER=8.0 docker compose -f ./docker/docker-compose.yml down && MYSQL_VER=8.0 docker compose -f ./docker/docker-compose.yml up --build --wait",
20
+ "forwardPorts": [
21
+ 3306
22
+ ],
23
"customizations": {
24
"vscode": {
25
"extensions": [
0 commit comments