Skip to content

Commit

Permalink
Add optional docker run args
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent 1c2c855 commit 05015b9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ It may be necessary to make local changes to the `docker-run` target to add para
cd flow-evm-gateway
make docker-run
```
Additional options are available as follows

```bash
DOCKER_RUN_DETACHED=true
DOCKER_HOST_MOUNT=[host mount directory]
DOCKER_HOST_PORT=[desired port to expose on host]

# Example usage

make DOCKER_RUN_DETACHED=true DOCKER_HOST_PORT=1234 DOCKER_HOST_MOUNT=/my/host/dir docker-run
```

</TabItem>
</Tabs>
Expand Down

0 comments on commit 05015b9

Please sign in to comment.