Skip to content

Commit ebffc0b

Browse files
authored
Update docker-compose.mdx
1 parent 173c444 commit ebffc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/installation/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
REDIS_URL: "redis://postiz-redis:6379"
5050
BACKEND_INTERNAL_URL: "http://localhost:3000"
5151
IS_GENERAL: "true" # Required for self-hosting.
52-
DISABLE_REGISTRATION: "true" # Only allow single registration, then disable signup
52+
DISABLE_REGISTRATION: "false" # Only allow single registration, then disable signup
5353
# The container images are pre-configured to use /uploads for file storage.
5454
# You probably should not change this unless you have a really good reason!
5555
STORAGE_PROVIDER: "local"

0 commit comments

Comments
 (0)