Commit 10b88465 by amir

fix volume location

parent 3ea09d21
Showing with 3 additions and 2 deletions
...@@ -16,9 +16,10 @@ services: ...@@ -16,9 +16,10 @@ services:
ports: ports:
- "8083:8083" - "8083:8083"
- "8086:8086" - "8086:8086"
- "2003:2003" # - "2003:2003"
volumes: volumes:
- /opt/data/influxdb:/data - /opt/data/influxdb:/var/lib/influxdb
- /tmp/influxdb:/tmp
# log_driver: "syslog" # log_driver: "syslog"
# log_opt: # log_opt:
# syslog-address: "tcp://172.16.1.244:518" # syslog-address: "tcp://172.16.1.244:518"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment