Skip to content

Commit

Permalink
Fix docker run cmd #340
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Aug 27, 2023
1 parent 37a66d1 commit ee9a64b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Docker: docker pull [jasonacox/weather411](https://hub.docker.com/r/jasonacox/we
-v ${PWD}:/var/lib/weather \
--name weather411 \
--restart unless-stopped \
--net=host \
jasonacox/weather411
```

Expand Down Expand Up @@ -114,6 +115,7 @@ The `Dockerfile` here will allow you to containerize the proxy server for clean
--name weather411 \
-v ${PWD}:/var/lib/weather \
--restart unless-stopped \
--net=host \
weather411
```

Expand Down

0 comments on commit ee9a64b

Please sign in to comment.