From c2ec79584f16bbcb3a908c06b853d046deedd401 Mon Sep 17 00:00:00 2001 From: "Jonathan Leibiusky @xetorthio" Date: Thu, 17 Nov 2016 17:35:33 -0300 Subject: [PATCH] Add a name to the container --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e454826..5545a8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,8 @@ version: '2' services: web: + # pwd daemon container always needs to be named this way + container_name: pwd # use the latest golang image image: golang # go to the right place and starts the app