From 4c83aac666683fba4ee11d4b7ffabe3ca00cd070 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:18:27 +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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index a88066a4..90c197b8 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -20,7 +20,7 @@ services: condition: service_started required: false image: nextcloud/aio-apache:latest - user: 33 + user: "33" init: true ports: - ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp @@ -54,7 +54,7 @@ services: nextcloud-aio-database: image: nextcloud/aio-postgresql:latest - user: 999 + user: "999" init: true expose: - "5432" @@ -163,7 +163,7 @@ services: nextcloud-aio-notify-push: image: nextcloud/aio-notify-push:latest - user: 33 + user: "33" init: true expose: - "7867" @@ -186,7 +186,7 @@ services: nextcloud-aio-redis: image: nextcloud/aio-redis:latest - user: 999 + user: "999" init: true expose: - "6379" @@ -202,7 +202,7 @@ services: nextcloud-aio-collabora: image: nextcloud/aio-collabora:latest - user: 100 + user: "100" init: true expose: - "9980" @@ -224,7 +224,7 @@ services: nextcloud-aio-talk: image: nextcloud/aio-talk:latest - user: 1000 + user: "1000" init: true ports: - ${TALK_PORT}:${TALK_PORT}/tcp @@ -255,7 +255,7 @@ services: nextcloud-aio-talk-recording: image: nextcloud/aio-talk-recording:latest - user: 122 + user: "122" init: true expose: - "1234" @@ -277,7 +277,7 @@ services: nextcloud-aio-clamav: image: nextcloud/aio-clamav:latest - user: 100 + user: "100" init: false expose: - "3310" @@ -318,7 +318,7 @@ services: nextcloud-aio-imaginary: image: nextcloud/aio-imaginary:latest - user: 65534 + user: "65534" init: true expose: - "9000" @@ -362,7 +362,7 @@ services: nextcloud-aio-whiteboard: image: nextcloud/aio-whiteboard:latest - user: 65534 + user: "65534" init: true expose: - "3002"