From 5744ce98be78bcd87d992daf5b726a3314c1cf00 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 7 Dec 2021 18:18:00 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ac50387..ae4a08b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,8 @@ version: "3" services: web: - build: . + # build: . # Only if you want to Build the image on your own Server! + image: registry.ucode.space/phil/goshorly:latest ports: - "3000:3000" depends_on: @@ -16,4 +17,4 @@ services: restart: always volumes: - db: \ No newline at end of file + db: