mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Updated Nextcloud
This commit is contained in:
parent
69b2e90207
commit
4e82d68a55
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.4-apache
|
image: nextcloud:29.0.5-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.4-apache
|
image: nextcloud:29.0.5-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.4-apache
|
image: nextcloud:29.0.5-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.4-apache
|
image: nextcloud:29.0.5-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
Reference in a new issue