Skip to content

Commit

Permalink
bind only to 127.0.0.1 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Oct 23, 2023
1 parent fe6c3f9 commit ddebb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/stacks/laconic-dot-com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
laconic-so --stack laconic-dot-com setup-repositories
laconic-so --stack laconic-dot-com build-containers
laconic-so --stack laconic-dot-com deploy init --output laconic-website-spec.yml --map-ports-to-host any-same
laconic-so --stack laconic-dot-com deploy init --output laconic-website-spec.yml --map-ports-to-host localhost-same
laconic-so --stack laconic-dot-com deploy create --spec-file laconic-website-spec.yml --deployment-dir lx-website
laconic-so deployment --dir lx-website start
```

0 comments on commit ddebb9c

Please sign in to comment.