Sfoglia il codice sorgente

Merge pull request #4615 from shin-/4563-missing-comma

Add missing comma in DOCKER_CONFIG_KEYS
Joffrey F 8 anni fa
parent
commit
1e42061355
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',