Skip to content

Commit 134ec82

Browse files
committed
Use the same port in our devcontainers.
1 parent 034cbc4 commit 134ec82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
3-
"postStartCommand": "bundle install && bundle exec jekyll serve --source docs --incremental --force_polling --livereload --port 6060",
3+
"postStartCommand": "bundle install && bundle exec jekyll serve --source docs --incremental --force_polling --livereload --port 7070",
44
"forwardPorts": [
5-
6060
5+
7070
66
],
77
"customizations": {
88
"vscode": {

0 commit comments

Comments
 (0)