Skip to content

Commit 2187ab2

Browse files
committed
Update devcontainer.json with new name and forwardPorts
1 parent 121fd1a commit 2187ab2

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
33
{
4-
"name": "Existing Docker Compose (Extend)",
4+
"name": "Swindon Makerspace Access System devcontainer",
55

66
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
77
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
@@ -24,7 +24,7 @@
2424
"installOhMyZsh": true,
2525
"installOhMyZshConfig": true,
2626
"upgradePackages": true,
27-
"username": "devcontainer",
27+
"username": "automatic",
2828
"userUid": "automatic",
2929
"userGid": "automatic"
3030
},
@@ -38,7 +38,7 @@
3838
// "features": {},
3939

4040
// Use 'forwardPorts' to make a list of ports inside the container available locally.
41-
// "forwardPorts": [],
41+
"forwardPorts": [3000, 3001],
4242

4343
// Uncomment the next line if you want start specific services in your Docker Compose config.
4444
// "runServices": [],
@@ -59,11 +59,9 @@
5959
"maattdd.gitless",
6060
"mtxr.sqltools",
6161
"mtxr.sqltools-driver-pg",
62-
"ms-azuretools.vscode-docker"
62+
"alexcvzz.vscode-sqlite"
6363
]
6464
}
65-
}
66-
67-
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
68-
// "remoteUser": "devcontainer"
65+
},
66+
"remoteUser": "swmakers"
6967
}

0 commit comments

Comments
 (0)