From c2a4cf8de08702d23f66702cdc51abc72375eefe Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 2 Jul 2023 19:29:27 +0100 Subject: [PATCH] update service name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f3f0f58..5fe9762 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.4" services: - next-app: + simple-links: build: https://git.fascinated.cc/Fascinated/simple-links.git # Use this below if you want to build the image locally (you need to clone the repo first) # build: .