Update GDAL, install some other Python packages, and change port for postgres

This commit is contained in:
Diego Ripley
2025-09-16 18:18:55 +00:00
parent 901d051567
commit 1a7ea7e40a
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
"containerUser": "ubuntu",
"shutdownAction": "stopCompose",
"forwardPorts": [
5432,
8888
8888,
5435
],
"customizations": {
"vscode": {
@@ -26,4 +26,4 @@
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/ubuntu/.ssh,type=bind,consistency=cached"
]
}
}