skip to Main Content

docker-compose.yml – configs section: Additional property content is not allowed

docker-compose.yml version: "3.8" services: test: image: busybox:latest configs: - source: cfg target: /opt/cfg.json mode: "0644" configs: cfg: content: "{}" docker compose -f docker-compose.yml up validating /opt/docker-compose.yml: configs.cfg Additional property content is not allowed Docker documentation on these docker-compose.yml sections: https://docs.docker.com/compose/compose-file/08-configs/#example-2…

VIEW QUESTION

Docker – Bitbucket pipeline err

getting the below error in my pipeline. Can anyone help me on this ? Am trying the deploy my ecs service via bitbucket pipelines but facing this error. I tried updating docker, pip, docker-compose everything but no luck current versions:…

VIEW QUESTION
Back To Top
Search