upper case P & S makes docker compose freak out

This commit is contained in:
Arya 2023-02-17 21:52:18 +05:30
parent 7b3b86b0dc
commit bebefc4a22
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -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: