-Subproject commit f02d06efcdebccbaaafb7cfbcbb3fa967355c2a3
+Subproject commit 9d20dcaf70280a8bf87e35bb98cfe36bc9d9e2d5
+++ /dev/null
-
-app:
- build: .
- command: /bin/sh bin/app.sh
-
-nginx:
- image: nginx
- ports:
- - "8040:80"
- volumes:
- - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
- volumes_from:
- - var
- links:
- - app
--- /dev/null
+
+app:
+ build: .
+ command: /bin/sh bin/app.sh
+
+nginx:
+ image: nginx
+ ports:
+ - "8040:80"
+ volumes:
+ - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
+ volumes_from:
+ - var
+ links:
+ - app