Update linkwarden/compose.yml

This commit is contained in:
2024-08-20 08:42:28 +03:00
parent 19d73f9e31
commit 42251ea497
+2 -2
View File
@@ -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: