From 42251ea4974b5288373a8fe249bb5dd512190dfb Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Tue, 20 Aug 2024 08:42:28 +0300 Subject: [PATCH] Update linkwarden/compose.yml --- linkwarden/compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkwarden/compose.yml b/linkwarden/compose.yml index 9902dce..71cebab 100644 --- a/linkwarden/compose.yml +++ b/linkwarden/compose.yml @@ -13,8 +13,8 @@ services: env_file: .env environment: - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres - - NEXT_PUBLIC_DISABLE_REGISTRATION=true # add this line only after creating your user - - DISABLE_NEW_SSO_USERS=true # add this line only after creating your user + #- NEXT_PUBLIC_DISABLE_REGISTRATION=true # add this line only after creating your user + #- DISABLE_NEW_SSO_USERS=true # add this line only after creating your user restart: always image: ghcr.io/linkwarden/linkwarden:latest volumes: