joplin config
This commit is contained in:
parent
ce4f7ecb91
commit
12ce20d309
@ -17,7 +17,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- "22300:22300"
|
||||
- "8084:22300"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- APP_PORT=22300
|
||||
@ -28,7 +28,7 @@ services:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_HOST=db
|
||||
- MAILER_ENABLED=1
|
||||
- MAILER_ENABLED=0
|
||||
- MAILER_HOST=smtp.gmail.com
|
||||
- MAILER_PORT=465
|
||||
- MAILER_SECURE=1
|
||||
|
Loading…
Reference in New Issue
Block a user