Skip to content

Commit

Permalink
Merge pull request #3 from igueler/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
lindt authored Oct 6, 2017
2 parents 52a846c + 2690cb2 commit c464c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose_format/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ComposeFormat:
'healthcheck',
'env_file', 'environment',
'cpu_shares', 'cpu_quota', 'cpuset', 'domainname', 'hostname', 'ipc',
'mac_address', 'mem_limit', 'memswap_limit', 'privileged',
'mac_address', 'mem_limit', 'memswap_limit', 'privileged', 'shm_size',
'depends_on', 'extends', 'external_links',
'stdin_open', 'user', 'working_dir',
'extra_hosts', 'restart', 'ulimits', 'tty', 'dns', 'dns_search', 'pid',
Expand Down

0 comments on commit c464c44

Please sign in to comment.