mirror of
https://github.com/docker/compose.git
synced 2026-06-26 19:22:21 +00:00
Add missing comma in DOCKER_CONFIG_KEYS
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
dd294ce9cc
commit
a2e32b8166
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ DOCKER_CONFIG_KEYS = [
|
|||
'labels',
|
||||
'links',
|
||||
'mac_address',
|
||||
'mem_limit'
|
||||
'mem_limit',
|
||||
'mem_reservation',
|
||||
'memswap_limit',
|
||||
'mem_swappiness',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue