Skip to content

Commit

Permalink
bump version: NC 23.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Jun 21, 2022
1 parent 33e56e8 commit 90ee440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/nextbox-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: always

app:
image: nextcloud:23.0.5-apache
image: nextcloud:23.0.6-apache
entrypoint: "/bin/sh -c 'echo \"start delayed by 60secs...\" && sleep 60 && /entrypoint.sh apache2-foreground'"
restart: always
extra_hosts:
Expand All @@ -39,7 +39,7 @@ services:
- redis

cron:
image: nextcloud:23.0.5-apache
image: nextcloud:23.0.6-apache
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down

0 comments on commit 90ee440

Please sign in to comment.