Skip to content

Commit

Permalink
docker influxdb install desc
Browse files Browse the repository at this point in the history
  • Loading branch information
prismdata committed Jul 29, 2020
1 parent 5e623c5 commit 1af69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiot_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
step1 : docker pull influxdb
step2 :
docker run -p 8086:8086 -v $HOME/Documents/socket_server_multiclients/WhaleShark_IIoT/config:/var/lib/influxdb influxdb -config /var/lib/influxdb/influxdb.conf -e INFLUXDB_ADMIN_USER=whaleshark -e INFLUXDB_ADMIN_PASSWORD=whaleshark
docker run -p 8086:8086 -v $PROJECT_PATH/WhaleShark_IIoT/config:/var/lib/influxdb influxdb -config /var/lib/influxdb/influxdb.conf -e INFLUXDB_ADMIN_USER=whaleshark -e INFLUXDB_ADMIN_PASSWORD=whaleshark
Please refer https://www.open-plant.com/knowledge-base/how-to-install-influxdb-docker-for-windows-10/
"""
Expand Down

0 comments on commit 1af69ec

Please sign in to comment.