diff options
author | clarkzjw <[email protected]> | 2023-02-27 16:40:59 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-27 16:40:59 -0800 |
commit | 6507ee4ecf4da49390b20ef5afcea9ea88ca125e (patch) | |
tree | ba7a8f5cc4102c5a050e6528e3ab6aaab6bbeb30 /contrib/docker-compose.yaml | |
parent | 9bb00ee842649590cbd30af3e047e40ca9da9d90 (diff) | |
download | swarm2fediverse-6507ee4ecf4da49390b20ef5afcea9ea88ca125e.tar.gz |
fix influxdb volume, missing user parameter in list_commandv0.1.1
Diffstat (limited to 'contrib/docker-compose.yaml')
-rw-r--r-- | contrib/docker-compose.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/docker-compose.yaml b/contrib/docker-compose.yaml index 8aeaff8..acd38c9 100644 --- a/contrib/docker-compose.yaml +++ b/contrib/docker-compose.yaml | |||
@@ -31,6 +31,7 @@ services: | |||
31 | ports: | 31 | ports: |
32 | - "8086:8086" | 32 | - "8086:8086" |
33 | volumes: | 33 | volumes: |
34 | - influxdb:/var/lib/influxdb2 | ||
34 | - "./influx/initdb.sh:/docker-entrypoint-initdb.d/initdb.sh" | 35 | - "./influx/initdb.sh:/docker-entrypoint-initdb.d/initdb.sh" |
35 | 36 | ||
36 | grafana: | 37 | grafana: |