Merge pull request #157 from chillymattster/configure_uid_gid

feat: improve security - configure container uid and gid
This commit is contained in:
Michael Barz
2025-11-25 10:28:03 +01:00
committed by GitHub
5 changed files with 13 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ services:
image: ${OC_DOCKER_IMAGE:-opencloudeu/opencloud-rolling}:${OC_DOCKER_TAG:-latest}
# 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}
networks:
opencloud-net:
entrypoint: