1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 22:09:36 +02:00
AdventureLog/documentation/docs/Configuration/disable_registration.md
2024-08-16 12:21:43 -04:00

12 lines
222 B
Markdown

---
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
```