mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update Nextcloud to version 15.0.2
This commit is contained in:
parent
0b9089aeab
commit
bb2b0008ca
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:14.0.4-fpm
|
||||
FROM nextcloud:15.0.2-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
- NEXTCLOUD_UPDATE=1
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue