mirror of https://github.com/docker/compose.git
Merge pull request #4615 from shin-/4563-missing-comma
Add missing comma in DOCKER_CONFIG_KEYS
This commit is contained in:
commit
1e42061355
|
@ -76,7 +76,7 @@ DOCKER_CONFIG_KEYS = [
|
|||
'labels',
|
||||
'links',
|
||||
'mac_address',
|
||||
'mem_limit'
|
||||
'mem_limit',
|
||||
'mem_reservation',
|
||||
'memswap_limit',
|
||||
'mem_swappiness',
|
||||
|
|
Loading…
Reference in New Issue