diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index aa71592..e8eabe3 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -29,7 +29,7 @@ See a list of all Environment Variables [[environment variables|here.]] ``` 2. Create a `docker-compose.yml` file - ![[docker-compose]] + ![[minimal docker-compose]] The only required variable is `BASE_URL`. The rest are set to the developer's [defaults](https://quartz.jzhao.xyz/configuration) `BASE_URL` sets both quartz's "baseUrl" as well as nginx's `server_name`. ### Cron diff --git a/Applications/quartz-docker/docker-compose.md b/Applications/quartz-docker/minimal docker-compose.md similarity index 96% rename from Applications/quartz-docker/docker-compose.md rename to Applications/quartz-docker/minimal docker-compose.md index b8324a5..771746d 100644 --- a/Applications/quartz-docker/docker-compose.md +++ b/Applications/quartz-docker/minimal docker-compose.md @@ -1,4 +1,3 @@ -**Minimal** ```yaml services: quartz-docker: