fix(compose): make image name fully lowercase

This commit is contained in:
azure 2025-04-14 15:41:54 -04:00 committed by GitHub
parent 8837f41c11
commit 5a2beebd00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
services: services:
vert: vert:
container_name: vert container_name: vert
image: VERT-sh/vert:latest image: 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}