We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173c444 commit ebffc0bCopy full SHA for ebffc0b
pages/installation/docker-compose.mdx
@@ -49,7 +49,7 @@ services:
49
REDIS_URL: "redis://postiz-redis:6379"
50
BACKEND_INTERNAL_URL: "http://localhost:3000"
51
IS_GENERAL: "true" # Required for self-hosting.
52
- DISABLE_REGISTRATION: "true" # Only allow single registration, then disable signup
+ DISABLE_REGISTRATION: "false" # Only allow single registration, then disable signup
53
# The container images are pre-configured to use /uploads for file storage.
54
# You probably should not change this unless you have a really good reason!
55
STORAGE_PROVIDER: "local"
0 commit comments