mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 15:34:48 +02:00
Updated Nextcloud to 29.0.6
This commit is contained in:
parent
62c2803f28
commit
523624b6b1
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
image: nextcloud:29.0.5-apache
|
||||
image: nextcloud:29.0.6-apache
|
||||
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||
# context: ../29/fpm
|
||||
# dockerfile: Dockerfile
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:29.0.5-apache
|
||||
image: nextcloud:29.0.6-apache
|
||||
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||
# context: ../29/fpm
|
||||
# dockerfile: Dockerfile
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
- POSTGRES_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:29.0.5-apache
|
||||
image: nextcloud:29.0.6-apache
|
||||
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||
# context: ../29/fpm
|
||||
# dockerfile: Dockerfile
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
nc:
|
||||
image: nextcloud:29.0.5-apache
|
||||
image: nextcloud:29.0.6-apache
|
||||
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||
# context: ../29/fpm
|
||||
# dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue