From bebefc4a2268a47ddd522a6c68414cc32c216e2e Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:52:18 +0530 Subject: [PATCH] upper case P & S makes docker compose freak out --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e43d826..8d74c6f 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: website: container_name: website - image: ghcr.io/ProjectSegfault/website:latest + image: ghcr.io/projectsegfault/website:latest restart: unless-stopped # uncomment these lines if you want to build from source #build: