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: