Skip to content

Commit

Permalink
Modify influx init mode in validation compose file (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jan 29, 2023
1 parent 1696d47 commit 08ecbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=sp-admin
- DOCKER_INFLUXDB_INIT_ORG=sp
- DOCKER_INFLUXDB_INIT_BUCKET=sp
- DOCKER_INFLUXDB_INIT_MODE=upgrade
- DOCKER_INFLUXDB_INIT_MODE=setup
volumes:
- influxdb:/var/lib/influxdb
- influxdb2:/var/lib/influxdb2
Expand Down

0 comments on commit 08ecbf2

Please sign in to comment.