Skip to content
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

Error 6.3.4 #322

Open
fabien321 opened this issue Oct 1, 2024 · 2 comments
Open

Error 6.3.4 #322

fabien321 opened this issue Oct 1, 2024 · 2 comments
Labels
question Further information is requested

Comments

@fabien321
Copy link

Hello ,

When I try an installation of version 6.3.4, I get the following message:

services.connector-export-file-txt.depends_on must be a list

does this mean anything to you?

Sincerely

@fabien321 fabien321 changed the title Erro 6.3.4 Error 6.3.4 Oct 1, 2024
@cpyix
Copy link

cpyix commented Oct 2, 2024

In #310 the "depends_on" parts in the docker-compose.yml was changed to impelement the new healthchecks. This new anotation is not supported by the current docker swarm version. In your docker-compose.yml you need to change for example:

    depends_on:
      opencti:
        condition: service_healthy

back to

    depends_on:
      - opencti

See also docker/compose#9957 (comment)

@fabien321
Copy link
Author

Thank you @cpyix

@SamuelHassine SamuelHassine added the question Further information is requested label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants