Skip to content

Commit f26610e

Browse files
authored
Restore basic php container
1 parent 878091a commit f26610e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/php:2.0.1-8.2",
3-
"postCreateCommand": "(sudo echo 'xdebug.mode=develop,debug,profile,trace,gcstats' >> /usr/local/etc/php/conf.d/xdebug.ini)",
4-
"features": {
5-
"ghcr.io/devcontainers/features/node:1": {
6-
"version": "22.19.0"
7-
}
8-
},
9-
"forwardPorts": [9000]
10-
}
2+
"image": "mcr.microsoft.com/devcontainers/php:8.2",
3+
"forwardPorts": [
4+
8000,
5+
5173,
6+
9000,
7+
9003
8+
],
9+
"features": {
10+
"ghcr.io/devcontainers/features/node:1": {}
11+
}
12+
}

0 commit comments

Comments
 (0)