Skip to content

Commit

Permalink
feat: update nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Jun 21, 2024
1 parent e6e3d97 commit b5ea09e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stacks/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x-nextcloud: &nextcloud
- FORCE_LANGUAGE=${FORCE_LANGUAGE:-en}
- OVERWRITEHOST=${DOMAIN:-nextcloud.localhost}
- OVERWRITEPROTOCOL=${OVERWRITEPROTOCOL:-https}
- TRUSTED_PROXIES=${TRUSTED_PROXIES:-172.xx.0.x}
- TRUSTED_PROXIES=${TRUSTED_PROXIES}
- REDIS_HOST=redis
- REDIS_HOST_PASSWORD=myp@ssw0rd
- OBJECTSTORE_S3_HOST=${OBJECTSTORE_S3_HOST}
Expand Down Expand Up @@ -72,7 +72,7 @@ services:

app:
<<: *nextcloud
image: nextcloud:${VERSION:-29.0.1-fpm-alpine}
image: nextcloud:${VERSION:-29.0.2-fpm-alpine}
volumes:
- ${VOLUME_PATH}nextcloud:/var/www/html:cached
networks:
Expand All @@ -81,7 +81,7 @@ services:

cron:
<<: *nextcloud
image: nextcloud:${VERSION:-29.0.1-fpm-alpine}
image: nextcloud:${VERSION:-29.0.2-fpm-alpine}
entrypoint: /cron.sh
volumes:
- ${VOLUME_PATH}nextcloud:/var/www/html:cached
Expand Down

0 comments on commit b5ea09e

Please sign in to comment.