vault backup: 2025-01-17 11:01:02
This commit is contained in:
parent
724881840c
commit
1a8b4b36d5
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
**Minimal**
|
||||
```yaml
|
||||
services:
|
||||
quartz-docker:
|
Loading…
Reference in a new issue