Skip to content

Commit

Permalink
added tmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed May 23, 2016
1 parent 9429aea commit 55baef1
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 @@ -8,7 +8,7 @@ class ComposeFormat:
TOPLEVEL_ORDER = ['version', 'services', 'volumes', 'networks']
SERVICE_ORDER = [
'image', 'command', 'entrypoint', 'container_name',
'links', 'volumes_from', 'volumes', 'volume_driver',
'links', 'volumes_from', 'volumes', 'volume_driver', 'tmpfs',
'build',
'expose', 'ports',
'net', 'network_mode', 'networks',
Expand Down

0 comments on commit 55baef1

Please sign in to comment.