diff --git a/compose/config/config.py b/compose/config/config.py index 5d74fc76f..4655fbdfc 100644 --- a/compose/config/config.py +++ b/compose/config/config.py @@ -76,7 +76,7 @@ DOCKER_CONFIG_KEYS = [ 'labels', 'links', 'mac_address', - 'mem_limit' + 'mem_limit', 'mem_reservation', 'memswap_limit', 'mem_swappiness',