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
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
app:
|
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
|
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||||
# context: ../29/fpm
|
# context: ../29/fpm
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
|
|
|
@ -18,7 +18,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
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
|
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||||
# context: ../29/fpm
|
# context: ../29/fpm
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
|
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- POSTGRES_USER=nextcloud
|
- POSTGRES_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
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
|
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||||
# context: ../29/fpm
|
# context: ../29/fpm
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nc:
|
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
|
#build: # The build takes currently ~ 30 minutes which is far too long for daily testing
|
||||||
# context: ../29/fpm
|
# context: ../29/fpm
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue