Update linkwarden/compose.yml
This commit is contained in:
@@ -13,8 +13,8 @@ services:
|
|||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||||
- NEXT_PUBLIC_DISABLE_REGISTRATION=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
|
#- DISABLE_NEW_SSO_USERS=true # add this line only after creating your user
|
||||||
restart: always
|
restart: always
|
||||||
image: ghcr.io/linkwarden/linkwarden:latest
|
image: ghcr.io/linkwarden/linkwarden:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user