Signed-off-by: Joffrey F <[email protected]>
@@ -2,17 +2,17 @@ version: "2"
services:
web:
- image: busybox
+ image: alpine:3.7
command: top
networks: ["front"]
app:
networks: ["front", "back"]
links:
- "db:database"
db:
networks: ["back"]