mirror of
https://github.com/docmost/docmost.git
synced 2026-05-06 22:03:06 +08:00
cleanup redundant param
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_URL: 'http://localhost:3000'
|
APP_URL: 'http://localhost:3000'
|
||||||
APP_SECRET: 'REPLACE_WITH_LONG_SECRET'
|
APP_SECRET: 'REPLACE_WITH_LONG_SECRET'
|
||||||
DATABASE_URL: 'postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public'
|
DATABASE_URL: 'postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost'
|
||||||
REDIS_URL: 'redis://redis:6379'
|
REDIS_URL: 'redis://redis:6379'
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user