From 55baef15ef3a6ff1d741d9d8e14f3eb2a37f0645 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 23 May 2016 10:03:38 +0200 Subject: [PATCH] added tmpfs --- compose_format/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_format/__init__.py b/compose_format/__init__.py index 59ef5f2..93b479a 100755 --- a/compose_format/__init__.py +++ b/compose_format/__init__.py @@ -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',