From 1989f27b717bd331165a56c561e937946c9d4ed4 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 10 Aug 2023 16:57:58 +0200 Subject: [PATCH] name service in compose like container Signed-off-by: Simon L --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 37573f94..039a3209 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,5 @@ services: - nextcloud: + nextcloud-aio-mastercontainer: image: nextcloud/all-in-one:latest restart: always container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly