Update docker-compose.yml

This commit is contained in:
Viktor Scharf
2026-07-10 10:03:01 +02:00
committed by GitHub
parent 6d3a1f8c49
commit 2c72369d24

View File

@@ -1,7 +1,7 @@
---
services:
opencloud:
image: ${OC_DOCKER_IMAGE:-opencloudeu/opencloud}:${OC_DOCKER_TAG:-6.2.0}
image: ${OC_DOCKER_IMAGE:-opencloudeu/opencloud}:${OC_DOCKER_TAG:-7.2.0}
# changelog: https://github.com/opencloud-eu/opencloud/tree/main/changelog
# release notes: https://docs.opencloud.eu/opencloud_release_notes.html
user: ${OC_CONTAINER_UID_GID:-1000:1000}