소스 검색

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

Add missing comma in DOCKER_CONFIG_KEYS
Joffrey F 8 년 전
부모
커밋
1e42061355
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',