Ver Fonte

Add missing comma in DOCKER_CONFIG_KEYS

Signed-off-by: Joffrey F <[email protected]>
Joffrey F há 8 anos atrás
pai
commit
a2e32b8166
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compose/config/config.py

+ 1 - 1
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',