fix wrong docker compose format

This commit is contained in:
Jack Goh
2018-07-18 16:08:48 +08:00
parent d24a165492
commit 448a1b0c61
+1 -1
View File
@@ -1,5 +1,4 @@
version: '2'
services:
networks:
frontend:
@@ -7,6 +6,7 @@ networks:
backend:
driver: bridge
services:
# api
app:
build: .