Closed angry-bender closed 2 months ago
Found the issue, this version of docker seems to want a full path, could be worth adding to the README
Hello and sorry for the late reply...
What Docker Compose Version did you use?
According to the docs the required
attribute requires at least version 2.24.0 (https://docs.docker.com/reference/compose-file/services/#env_file)
All good, thanks for the reminder. Your bang on, I was using a old docker-compose version.
Issue When using the docker compose and env files from a git clone of this repo, docker compose up -d returns the following error:
Expected Behavior the docker compose file would read the env file (Noting no customisations have been made)
Workaround Removing the yaml sections for
services.arkime.env_file
completely allows the compose to work, but no custom env vars would work. (Unless specified in the compose file)