From 41c20ebc879de21af6bbbe2113447a60dd51b365 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:29:14 +0200 Subject: [PATCH] Update affine.yaml --- templates/compose/affine.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/compose/affine.yaml b/templates/compose/affine.yaml index ac06ffa49..97be09cdb 100644 --- a/templates/compose/affine.yaml +++ b/templates/compose/affine.yaml @@ -1,5 +1,5 @@ # documentation: https://docs.affine.pro/docs/self-host-affine -# slogan: AFFiNE is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative. +# slogan: Affine is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative. # tags: knowledge-management,notion,miro,workspace # logo: svgs/affine.svg # port: 3010 @@ -11,8 +11,6 @@ services: - sh - '-c' - 'node ./scripts/self-host-predeploy && node ./dist/index.js' - ports: - - ${AFFINE_PORT:-55555}:5555 depends_on: redis: condition: service_healthy