mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update versions
This commit is contained in:
parent
b0269469ae
commit
6765feee20
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:18.0.7-fpm
|
||||
FROM nextcloud:20.0.4-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ services:
|
|||
restart: always
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:12
|
||||
volumes:
|
||||
- /var/lib/postgresql/nextcloud:/var/lib/postgresql/data
|
||||
- /backups/nextcloud:/backups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue