Skip to content

Commit

Permalink
fix: 🐛 include opt in env var to docker run cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jan 15, 2024
1 parent 52867a8 commit d333268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/node/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ After, execute the following command:
```sh
sudo docker run \
-e OPT="in" \
-p 4200-4299:4200-4299 \
-p 4300-4399:4300-4399 \
--mount type=bind,source=$HOME/.lightning,target=/home/lgtn/.lightning \
Expand Down Expand Up @@ -634,6 +635,7 @@ Once the image is built, you can launch the Docker Container with a `--name` suc
```sh
sudo docker run \
-e OPT="in" \
-p 4200-4299:4200-4299 \
-p 4300-4399:4300-4399 \
--mount type=bind,source=$HOME/.lightning,target=/home/lgtn/.lightning \
Expand Down
2 changes: 1 addition & 1 deletion references/Docker/build-and-run-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Run the lightning-node container:

```sh
sudo docker run \
-e OPT="in"
-e OPT="in" \
-p 4200-4299:4200-4299 \
-p 4300-4399:4300-4399 \
--mount type=bind,source=$HOME/.lightning,target=/home/lgtn/.lightning \
Expand Down

0 comments on commit d333268

Please sign in to comment.