Tried to create database user and database in docker-compose.yml but it is not working. Nothing gets created. Please advise. influxdb: image: influxdb:latest restart: always container_name: influxdb ports: - "8086:8086" environment: - INFLUXDB_ADMIN_USER=USERNAME - INFLUXDB_ADMIN_PASSWORD=PASS - INFLUXDB_DB=DBTEST - INFLUXDB_HTTP_ENABLED=true - INFLUXDB_HTTP_AUTH_ENABLED=true