Skip to content

Commit

Permalink
feat: update nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Dec 18, 2023
1 parent 4803d1d commit 8236ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:

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

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

0 comments on commit 8236ef4

Please sign in to comment.