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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
If my docker-compose file containesstop_grace_period directive I get this error.
$ libcompose up
WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose)
ERRO[0000] Could not parse config for project komposefiles : Unsupported config option for web service: 'stop_grace_period'
FATA[0000] Failed to read project: Unsupported config option for web service: 'stop_grace_period'
fixdocker#447
This commit add support for 'stop_grace_period'
The key is available in compose V2 and with docker API
version 1.25+
Signed-off-by: Lawrence Li <[email protected]>
If my docker-compose file containes
stop_grace_period
directive I get this error.docker-compose file
The text was updated successfully, but these errors were encountered: