Use official coturn docker image.
Update nextcloud app to 22.
This commit is contained in:
parent
1d3a6792b3
commit
56a72a55e0
@ -49,7 +49,7 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
image: nextcloud:21
|
image: nextcloud:22
|
||||||
labels:
|
labels:
|
||||||
# Watchtower
|
# Watchtower
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
@ -95,7 +95,7 @@ services:
|
|||||||
- nextcloud-collabora
|
- nextcloud-collabora
|
||||||
|
|
||||||
nextcloud-coturn:
|
nextcloud-coturn:
|
||||||
image: instrumentisto/coturn
|
image: coturn/coturn:4
|
||||||
container_name: nextcloud-coturn
|
container_name: nextcloud-coturn
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user