mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 23:39:37 +02:00
better signup disable
This commit is contained in:
parent
80883202bc
commit
9f574c8505
9 changed files with 138 additions and 69 deletions
12
documentation/docs/Configuration/disable_registration.md
Normal file
12
documentation/docs/Configuration/disable_registration.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Disable Registration
|
||||
|
||||
To disable registration, you can set the following variable in your docker-compose.yml under the server service:
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
- DISABLE_REGISTRATION=True
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue