Skip to content

Commit 0a6fe45

Browse files
Change port from 8080 to 8070 in devcontainer config
1 parent 955f18f commit 0a6fe45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"8888": {
2525
"label": "JupyterLab"
2626
},
27-
"8080": {
27+
"8070": {
2828
"label": "pgAdmin"
2929
},
3030
"9001": {
@@ -34,6 +34,6 @@
3434
"label": "Postgres"
3535
}
3636
},
37-
"forwardPorts": [8888, 8080, 9001, 5432],
37+
"forwardPorts": [8888, 8070, 9001, 5432],
3838
"postCreateCommand": "make run-all-data-pipelines"
39-
}
39+
}

0 commit comments

Comments
 (0)