fix(examples): volumes must match (with-nginx-proxy-postgres-apache)

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/2320/head
Josh 1 year ago committed by GitHub
parent 7e188da4fa
commit 24b6769682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,7 @@ services:
restart: always
volumes:
- nextcloud:/var/www/html:z
# NOTE: The `volumes` config of the `cron` and `app` containers must match
environment:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
@ -37,6 +38,7 @@ services:
restart: always
volumes:
- nextcloud:/var/www/html:z
# NOTE: The `volumes` config of the `cron` and `app` containers must match
entrypoint: /cron.sh
depends_on:
- db

Loading…
Cancel
Save