changed owncloud to latest

This commit is contained in:
2023-11-28 19:45:45 -06:00
parent 054415c9b6
commit d9273bc81c
+1 -1
View File
@@ -149,7 +149,7 @@ services:
owncloud:
container_name: owncloud
image: owncloud/server:${OWNCLOUD_VERSION}
image: owncloud/server:latest
environment:
- OWNCLOUD_DOMAIN=${OWNCLOUD_DOMAIN}
- OWNCLOUD_TRUSTED_DOMAINS=${OWNCLOUD_TRUSTED_DOMAINS}