Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
influxdb volume update
  • Loading branch information
kyuengmanKim authored Oct 28, 2024
1 parent 156ec4b commit 1b10cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-module/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:
- INFLUXDB_DB="mc-observability"
volumes:
- /docker/influxdb/config:/etc/influxdb
- /docker/influxdb/var/lib/influxdb:/var/lib/influxdb
- /docker/influxdb/var/lib/influxdb:/root/.influxdb
- ./influxdb_init:/docker-entrypoint-initdb.d
networks:
- internal_network
Expand Down

0 comments on commit 1b10cb7

Please sign in to comment.