You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version
pulp/pulp-minimal latest f89cae78c76a
pulp/pulp-web latest 69a0e8f150cc
Describe the bug
I tired compose.folders.yml, got the following:
[xxx@xxx compose]$ docker compose -f compose.folders.yml up
validating /home/xniu/pulp-oci-images/images/compose/compose.folders.yml: services.pulp_web.depends_on.pulp_api must be a mapping
I changed a bit the compose.folders.yml, added the two condition statements for pulp_api and pulp_content, then the above problem gone:
Version
pulp/pulp-minimal latest f89cae78c76a
pulp/pulp-web latest 69a0e8f150cc
Describe the bug
I tired compose.folders.yml, got the following:
I changed a bit the compose.folders.yml, added the two condition statements for pulp_api and pulp_content, then the above problem gone:
To Reproduce
just run
docker compose -f compose.folders.yml up
Expected behavior
docker compose CLI should be able to run.
The text was updated successfully, but these errors were encountered: