Skip to content

Commit

Permalink
make localhost explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed May 20, 2020
1 parent 14112ca commit f16f15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"service": "watcher",
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
"forwardPorts": [4000],
"appPort": [4000],
"extensions": ["ms-python.python",
"ms-azuretools.vscode-docker"],
"runServices": ["converter", "jekyll", "watcher"]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
image: hamelsmu/fastpages-jekyll
restart: unless-stopped
ports:
- "127.0.0.1:4000:4000"
- "4000:4000"
volumes:
- .:/data/
command: >
Expand Down

0 comments on commit f16f15e

Please sign in to comment.