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
Output of "docker-compose config"
ERROR: The Compose file '.\docker-compose.yml' is invalid because:
Unsupported config option for services.jenkins: 'platform'
Steps to reproduce the issue
use version: '3.6' in docker-compose.yml file
add platform to service
run docker-compose config
Observed result
ERROR: The Compose file '.\docker-compose.yml' is invalid because:
Unsupported config option for services.jenkins: 'platform'
Expected result
Platform to be supported
The text was updated successfully, but these errors were encountered:
Description of the issue
Docker compose version 3.6 does not support platform yet 2.4 does? What gives?
#5767 seems only to have added it for 2.4 😭
Context information (for bug reports)
docker-compose file
Steps to reproduce the issue
version: '3.6'
indocker-compose.yml
filedocker-compose config
Observed result
Expected result
Platform to be supported
The text was updated successfully, but these errors were encountered: