-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Get Docker Compose to Pull #27
Comments
Looks to me like a version incompatibility between the docker-compose.yml format and your version of Docker compose. What do you get when you run the following few commands?
|
I kind of had that feeling too, but I just wanted to run everything by you first before I started rolling back.
|
So 1.17.1 is about a year and a half old, it would appear. There are some docker-compose.yml syntax features I'm using that weren't supported at that time. I'd recommend updating docker-compose to a newer version and see if that helps. |
Ahh I was about to go the wrong way, so upgrading the docker-compose version did the trick. Thank you for all the help!! |
I run the docker compose cmd in the malcolm directory (utilizing the github repo) and I get the following error:
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the
serviceskey, or omit the
versionkey and place your service definitions at the root of the file to use version 1. For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
When that failed I went ahead and just commented out the version in the docker-compose.yml file and ran the pull again and got this error:
ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for x-common-upload-variables: 'AUTO_TAG' Unsupported config option for x-common-beats-variables: 'BEATS_SSL' Unsupported config option for x-logstash-variables: 'ES_EXTERNAL_SSL_CERTIFICATE_VERIFICATION' Unsupported config option for x-zeek-file-extraction-variables: 'EXTRACTED_FILE_START_SLEEP' Unsupported config option for x-moloch-variables: 'INITIALIZEDB' Unsupported config option for x-kibana-variables: 'KIBANA_OFFLINE_REGION_MAPS' Unsupported config option for x-pcap-capture-variables: 'PCAP_FILTER' Unsupported config option for services: 'moloch'
Please help!
The text was updated successfully, but these errors were encountered: