Skip to content

Commit 96980c6

Browse files
committed
Update port
1 parent bd5ad88 commit 96980c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
"onCreateCommand": "pip install -e .",
1919
"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+
],
2023
"customizations": {
2124
"vscode": {
2225
"extensions": [

0 commit comments

Comments
 (0)