mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Moving to nextcloud 30.0.0
This commit is contained in:
parent
e9926fbb7c
commit
510822f9e1
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
image: nextcloud:29.0.6-apache
|
||||
image: nextcloud:30.0.0-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.6-apache
|
||||
image: nextcloud:30.0.0-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.6-apache
|
||||
image: nextcloud:30.0.0-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.6-apache
|
||||
image: nextcloud:30.0.0-apache
|
||||
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||
# context: ../29/fpm
|
||||
# dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Reference in a new issue