Skip to content

Commit 0b8f6a4

Browse files
Merge pull request #23 from hurricanemark/Phase1-Extended-Weather-Forecasts
modified: README.md
2 parents 8eb691f + 996554e commit 0b8f6a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ A docker image built with this `git-tag`:`Phase1-Extened-Weather-Forecasts` is a
160160

161161
### Run docker
162162

163-
Notice that environment variables (secret keys) required to run the app is not being included in the Dockerfile. These secret keys will be stated with the container. eg. ` ... -e WEATHERBIT_KEY=XXXXXXX`
163+
Notice that environment variables (secret keys) required to run the app is not being included in the Dockerfile. These secret keys will be stated with the container.
164+
eg. `... -e WEATHERBIT_KEY=XXXXXXX`
164165

165166
Notice also that Dockerfile exposes port 8080. This needs to be forwarded to a port on your local machine. i.e. `LOCAL_PORT:CONTAINER_PORT` for example *4321:8080*
166167

167-
`docker run -p 4321:8080 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
168-
168+
`docker run -p 4321:8080 --memory=128m -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
169169

170170
<br />
171171

0 commit comments

Comments
 (0)