mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
upper case P & S makes docker compose freak out
This commit is contained in:
parent
7b3b86b0dc
commit
bebefc4a22
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
website:
|
website:
|
||||||
container_name: website
|
container_name: website
|
||||||
image: ghcr.io/ProjectSegfault/website:latest
|
image: ghcr.io/projectsegfault/website:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# uncomment these lines if you want to build from source
|
# uncomment these lines if you want to build from source
|
||||||
#build:
|
#build:
|
||||||
|
Loading…
Reference in New Issue
Block a user