Merge pull request #5860 from ostcar/fix_development

Fix Development
This commit is contained in:
Emanuel Schütze 2021-02-05 22:10:34 +01:00 committed by GitHub
commit 180de2d3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ services:
caddy:
image: caddy:2.3.0-alpine
volumes:
- ../caddy/Caddyfile:/etc/caddy/Caddyfile
depends_on:
- client
- server