-
Notifications
You must be signed in to change notification settings - Fork 582
Open
Description
In the https://github.com/VERT-sh/VERT/blob/main/docs/DOCKER.md code, I think there is a missing \
$ docker build -t vert-sh/vert \ --build-arg PUB_ENV=production \ --build-arg PUB_HOSTNAME=vert.sh \ --build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com \ --build-arg PUB_VERTD_URL=https://vertd.vert.sh \ --build-arg PUB_DONATION_URL=https://donations.vert.sh \ --build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false --build-arg PUB_STRIPE_KEY="" .
--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false
should be
--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false \
Also, is the docker compose for the manual build correct? It states
image: ghcr.io/vert-sh/vert:latest
Should this be
image: vert-sh/vert
Like the docker run command?
Metadata
Metadata
Assignees
Labels
No labels