Transient containers prevent shut down of other containers using compose file

docker-compose -p greenbone down
could not find data-objects: not found

Looks like the containers that are running only during the startup phase of greenbone CE are preventing the shutdown of the running containers. Is there a way to write the compose file in a way that the “down” command works as would be expected (i.e. shutting down all running greenbone containers)?

The command docker-compose -p greenbone-community-edition down works.

1 Like