example/fixtures/task.yml in ecs_deployer-0.1.5 vs example/fixtures/task.yml in ecs_deployer-0.1.7

- old
+ new

@@ -1,13 +1,13 @@ -containerDefinitions: +container_definitions: - name: wordpress links: - mysql image: wordpress essential: true - portMappings: - - containerPort: 80 - hostPort: 80 + port_mappings: + - container_port: 80 + host_port: 80 memory: 500 cpu: 10 - environment: - name: MYSQL_ROOT_PASSWORD value: password