mirror of https://github.com/VERT-sh/VERT.git
fix(compose): make image name fully lowercase
This commit is contained in:
parent
68875d4d3b
commit
fc6e14109c
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
vert:
|
||||
container_name: vert
|
||||
image: VERT-sh/vert:latest
|
||||
image: vert-sh/vert:latest
|
||||
environment:
|
||||
- PUB_HOSTNAME=${PUB_HOSTNAME:-vert.sh}
|
||||
- PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL:-https://plausible.example.com}
|
||||
|
|
Loading…
Reference in New Issue