mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 02:25:08 +01:00
Upgrade to 28.0.2
This commit is contained in:
parent
f5638a7e58
commit
3c73ae3eef
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
image: nextcloud:28.0.1-fpm
|
||||
image: nextcloud:28.0.2-fpm
|
||||
restart: always
|
||||
links:
|
||||
- db
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:28.0.1-apache
|
||||
image: nextcloud:28.0.2-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
- POSTGRES_USER=nextcloud
|
||||
|
||||
nc:
|
||||
image: nextcloud:28.0.1-apache
|
||||
image: nextcloud:28.0.2-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
nc:
|
||||
image: nextcloud:28.0.1-apache
|
||||
image: nextcloud:28.0.2-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
|
Loading…
Add table
Reference in a new issue