Skip to content

Commit b2aab8a

Browse files
committed
test: When using env_file, the variables are loaded directly into the container's environment, so you don't need to use the syntax. Removed braces
1 parent 7d95a3f commit b2aab8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ services:
349349
- --data-dir=/var/lib/influxdb3/data
350350
- --plugin-dir=/var/lib/influxdb3/plugins
351351
environment:
352-
- INFLUXDB3_ENTERPRISE_LICENSE_EMAIL=${INFLUXDB3_ENTERPRISE_LICENSE_EMAIL}
353352
- INFLUXDB3_AUTH_TOKEN=/run/secrets/influxdb3-enterprise-admin-token
354353
volumes:
355354
- type: bind

0 commit comments

Comments
 (0)