0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

Nextcloud 27.1.1

This commit is contained in:
Arne Tarara 2023-09-22 15:32:43 +02:00
parent 714c952ae7
commit 409abbd9c9
No known key found for this signature in database
GPG key ID: 2540198A4079785B
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ services:
- MYSQL_USER=nextcloud
app:
image: nextcloud:27.0.2-fpm
image: nextcloud:27.1.1-fpm
restart: always
links:
- db

View file

@ -18,7 +18,7 @@ services:
- MYSQL_USER=nextcloud
nc:
image: nextcloud:27.0.2-apache
image: nextcloud:27.1.1-apache
restart: always
ports:
- 8080:80

View file

@ -16,7 +16,7 @@ services:
- POSTGRES_USER=nextcloud
nc:
image: nextcloud:27.0.2-apache
image: nextcloud:27.1.1-apache
restart: always
ports:
- 8080:80

View file

@ -2,7 +2,7 @@ version: '2'
services:
nc:
image: nextcloud:27.0.2-apache
image: nextcloud:27.1.1-apache
restart: always
ports:
- 8080:80