Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwszolek authored Nov 7, 2020
1 parent 2b9d3dc commit 5b84a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ OR you can directly run my image from dockerhub with `docker run`
docker run -e IQFEED_PRODUCT_ID=CHANGEME \
-e IQFEED_LOGIN=CHANGEME \
-e IQFEED_PASSWORD=CHANGEME \
-p 5009:5010 -p 9100:9101 -p 9200:9201 -p 9300:9301 -p 9400:9401\
-p 5901:5901 -p 8088:8080 \
-p 5009:5010 -p 9101:9100 -p 9201:9200 -p 9301:9300 -p 9401:9400\
-p 5901:5901 -p 8088:8088 \
-v /var/log/iqfeed:/root/DTN/IQFeed \
-d jaikumarm/iqfeed:v61020-w5
```
Expand Down

0 comments on commit 5b84a68

Please sign in to comment.