From c2c74a035060b5e07adde1a0466dab823597a3c1 Mon Sep 17 00:00:00 2001 From: Mateusz Strycharz Date: Sun, 19 Jul 2020 17:41:42 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d1d1bacd9..f6de5f10e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ version: '3' services: watchman-web: - build: . + image: gagyn/watchman ports: - "8080:80" restart: "unless-stopped" volumes: - ./appsettings.json:/app/appsettings.json - - /etc/localtime:/etc/localtime:ro \ No newline at end of file + - /etc/localtime:/etc/localtime:ro