mirror of https://github.com/VERT-sh/VERT.git
fix: pull from github registry
This commit is contained in:
parent
24eef8af4a
commit
bdfd4fb99a
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
vert:
|
vert:
|
||||||
container_name: vert
|
container_name: vert
|
||||||
image: vert-sh/vert:latest
|
image: ghcr.io/vert-sh/vert:latest
|
||||||
environment:
|
environment:
|
||||||
- PUB_HOSTNAME=${PUB_HOSTNAME:-vert.sh}
|
- PUB_HOSTNAME=${PUB_HOSTNAME:-vert.sh}
|
||||||
- PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL:-https://plausible.example.com}
|
- PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL:-https://plausible.example.com}
|
||||||
|
|
Loading…
Reference in New Issue