Skip to content

Commit fcf38f2

Browse files
committed
feat: influxDB 토큰 설정 추가
1 parent f2e8129 commit fcf38f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ services:
8686
environment:
8787
- INFLUXDB_DB=k6
8888
- INFLUXDB_ADMIN_USER_PASSWORD
89+
- INFLUXDB_ADMIN_USER_TOKEN=admintoken123
90+
- INFLUXDB_HTTP_AUTH_ENABLED=false
8991
restart: always
9092

9193

0 commit comments

Comments
 (0)