Fixed one more leftover formatting oddity.

This commit is contained in:
Christopher Leggett 2020-06-21 23:52:24 -04:00
parent c6980a390f
commit 5b0628233d
No known key found for this signature in database
GPG Key ID: 6D4C805CB2BC7206
1 changed files with 10 additions and 10 deletions

View File

@ -261,14 +261,14 @@ services:
image: vikunja/frontend
restart: unless-stopped
caddy:
image: caddy
restart: unless-stopped
ports:
- "80:80"
- "443:443"
depends_on:
- api
- frontend
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
image: caddy
restart: unless-stopped
ports:
- "80:80"
- "443:443"
depends_on:
- api
- frontend
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
{{< /highlight >}}