mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update Nextcloud to 18.0.4
This commit is contained in:
parent
2660be6272
commit
c2aae91804
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:17.0.2-fpm
|
FROM nextcloud:18.0.4-fpm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
expose:
|
expose:
|
||||||
- '80'
|
- 80
|
||||||
labels:
|
labels:
|
||||||
- "traefik.backend=onlyoffice"
|
- "traefik.backend=onlyoffice"
|
||||||
- "traefik.docker.network=web"
|
- "traefik.docker.network=web"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue