Updated Nextcloud to 27.1.4
This commit is contained in:
parent
43d7acd1b2
commit
3e4e3e973d
@ -18,7 +18,7 @@ services:
|
||||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
image: nextcloud:27.1.3-fpm
|
||||
image: nextcloud:27.1.4-fpm
|
||||
restart: always
|
||||
links:
|
||||
- db
|
||||
|
||||
@ -18,7 +18,7 @@ services:
|
||||
- MYSQL_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:27.1.3-apache
|
||||
image: nextcloud:27.1.4-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
@ -16,7 +16,7 @@ services:
|
||||
- POSTGRES_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:27.1.3-apache
|
||||
image: nextcloud:27.1.4-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
nc:
|
||||
image: nextcloud:27.1.3-apache
|
||||
image: nextcloud:27.1.4-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
Loading…
Reference in New Issue
Block a user