Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
whitelist "/api/v2" to ensure full functionality (f.e. creating tasks in webui)
  • Loading branch information
dirstel authored Jan 21, 2025
1 parent fe950da commit 92f6ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
environment:
APP_HOST: influxdb2_app_1
APP_PORT: 8086
PROXY_AUTH_WHITELIST: "/api/*"
PROXY_AUTH_WHITELIST: "/api/*,/api/v2/*"

app:
image: influxdb:2.7.11-alpine@sha256:21e7caba25c83e7f05898f08b65e0cd843e7c5c3233a909574d3004e82d6a92a
Expand Down

0 comments on commit 92f6ac0

Please sign in to comment.