Skip to content

Commit 4ea2ed9

Browse files
Anaconda & Jekyll - Comment out forwardPorts property (#498)
1 parent e63e378 commit 4ea2ed9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/jekyll/.devcontainer/devcontainer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}
1414
},
1515
// Use 'forwardPorts' to make a list of ports inside the container available locally.
16-
"forwardPorts": [
17-
// Jekyll server
18-
4000,
19-
// Live reload server
20-
35729
21-
],
16+
// "forwardPorts": [
17+
// // Jekyll server
18+
// 4000,
19+
// // Live reload server
20+
// 35729
21+
// ],
2222

2323
// Use 'postCreateCommand' to run commands after the container is created.
2424
"postCreateCommand": "sh /usr/local/post-create.sh",

src/php/.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
}
3939
},
4040
// Use 'forwardPorts' to make a list of ports inside the container available locally.
41-
"forwardPorts": [
42-
8080
43-
],
41+
// "forwardPorts": [
42+
// 8080
43+
// ],
4444
// Use 'postCreateCommand' to run commands after the container is created.
4545
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
4646

0 commit comments

Comments
 (0)