Hi,
I got this error when starting my compose stack
Error: DecodingError.typeMismatch: expected value of type Mapping. Path: services.nginx.build.args. Debug description: Expected to decode Mapping but found Node instead.
when running
Relevant parts of the Docker compose yaml looks like this:
nginx:
container_name: proxy
stop_grace_period: 1us
build:
context: nginx
args:
- DIR=development
Hi,
I got this error when starting my compose stack
when running
Relevant parts of the Docker compose yaml looks like this: