From c686afb6da0344c0746aaaa7296b5502e25f710b Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:31:25 +0000 Subject: [PATCH] Yaml updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Simon L. --- manual-install/latest.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 03132847..5276d8ad 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -20,6 +20,7 @@ services: condition: service_started required: false image: nextcloud/aio-apache:latest + user: 33 init: true ports: - ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp @@ -53,6 +54,7 @@ services: nextcloud-aio-database: image: nextcloud/aio-postgresql:latest + user: 999 init: true expose: - "5432" @@ -161,6 +163,7 @@ services: nextcloud-aio-notify-push: image: nextcloud/aio-notify-push:latest + user: 33 init: true expose: - "7867" @@ -183,6 +186,7 @@ services: nextcloud-aio-redis: image: nextcloud/aio-redis:latest + user: 999 init: true expose: - "6379" @@ -198,6 +202,7 @@ services: nextcloud-aio-collabora: image: nextcloud/aio-collabora:latest + user: 100 init: true expose: - "9980" @@ -219,6 +224,7 @@ services: nextcloud-aio-talk: image: nextcloud/aio-talk:latest + user: 1000 init: true ports: - ${TALK_PORT}:${TALK_PORT}/tcp @@ -249,6 +255,7 @@ services: nextcloud-aio-talk-recording: image: nextcloud/aio-talk-recording:latest + user: 1000 init: true expose: - "1234" @@ -270,6 +277,7 @@ services: nextcloud-aio-clamav: image: nextcloud/aio-clamav:latest + user: 100 init: false expose: - "3310" @@ -310,6 +318,7 @@ services: nextcloud-aio-imaginary: image: nextcloud/aio-imaginary:latest + user: 65534 init: true expose: - "9000" @@ -353,6 +362,7 @@ services: nextcloud-aio-whiteboard: image: nextcloud/aio-whiteboard:latest + user: 65534 init: true expose: - "3002"