Skip to content

Commit

Permalink
Add port mapping option
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Sep 19, 2023
1 parent 0b512db commit 5f9c3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/stacks/mainnet-eth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ laconic-so --stack mainnet-eth build-containers
## Create a deployment

```
$ laconic-so --stack mainnet-eth deploy init --output mainnet-eth-spec.yml
$ laconic-so --stack mainnet-eth deploy init --map-ports-to-host any-same --output mainnet-eth-spec.yml
$ laconic-so deploy create --spec-file mainnet-eth-spec.yml --deployment-dir mainnet-eth-deployment
```
## Start the stack
Expand Down Expand Up @@ -138,4 +138,4 @@ $ sudo du -h mainnet-eth-deployment/data/
860G mainnet-eth-deployment/data/mainnet_eth_geth_1_data/geth
860G mainnet-eth-deployment/data/mainnet_eth_geth_1_data
885G mainnet-eth-deployment/data/
```
```

0 comments on commit 5f9c3c1

Please sign in to comment.