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
Exercise
10.4 Problem
The syntax for labels is incorrect. When you run docker-compose -f ./docker-compose.yml -f ./docker-compose-prod.yml config, the following error occurs:
parsing /mnt/d/projects/diamol/ch10/exercises/image-gallery/docker-compose-prod.yml: yaml: unmarshal errors:
line 9: mapping key "x-labels" already defined at line 3
Docker version
Docker version 24.0.6, build ed223bc
Exercise
10.4
Problem
The syntax for labels is incorrect. When you run
docker-compose -f ./docker-compose.yml -f ./docker-compose-prod.yml config
, the following error occurs:Docker version
Docker version 24.0.6, build ed223bc
Code version
The text was updated successfully, but these errors were encountered: