From 1a423c7291d5c36cbfd82be1affc993ae4c8b79d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 14 Feb 2021 23:36:13 +0100 Subject: [PATCH] Run formatter over it --- compose.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/compose.yml b/compose.yml index cb88b93..417e252 100644 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,6 @@ +--- version: "3.8" - + services: app: image: nextcloud:latest @@ -76,14 +77,14 @@ services: start_period: 30s secrets: - db_root_password: - external: true + db_root_password: + external: true name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION} - db_password: - external: true + db_password: + external: true name: ${STACK_NAME}_db_password_${DB_ROOT_PASSWORD_VERSION} - admin_password: - external: true + admin_password: + external: true name: ${STACK_NAME}_admin_password_${ADMIN_PASSWORD_VERSION} volumes: