Skip to content

Commit 24b6769

Browse files
fix(examples): volumes must match (with-nginx-proxy-postgres-apache)
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 7e188da commit 24b6769

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .examples/docker-compose/with-nginx-proxy/postgres/apache

.examples/docker-compose/with-nginx-proxy/postgres/apache/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
restart: always
1717
volumes:
1818
- nextcloud:/var/www/html:z
19+
# NOTE: The `volumes` config of the `cron` and `app` containers must match
1920
environment:
2021
- VIRTUAL_HOST=
2122
- LETSENCRYPT_HOST=
@@ -37,6 +38,7 @@ services:
3738
restart: always
3839
volumes:
3940
- nextcloud:/var/www/html:z
41+
# NOTE: The `volumes` config of the `cron` and `app` containers must match
4042
entrypoint: /cron.sh
4143
depends_on:
4244
- db

0 commit comments

Comments
 (0)