mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 19:56:15 +02:00
Fix indentation in README.md
This commit is contained in:
parent
a350c76245
commit
cd7f449ae5
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -34,14 +34,14 @@ version: '2'
|
|||
services:
|
||||
server:
|
||||
image: eikendev/pushbits:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
PUSHBITS_DATABASE_DIALECT: 'sqlite3'
|
||||
PUSHBITS_ADMIN_MATRIXID: '@your/matrix/username:matrix.org'
|
||||
PUSHBITS_ADMIN_PASSWORD: 'your/matrix/password'
|
||||
PUSHBITS_MATRIX_USERNAME: 'your/pushbits/username'
|
||||
PUSHBITS_MATRIX_PASSWORD: 'your/pushbits/password'
|
||||
PUSHBITS_DATABASE_DIALECT: 'sqlite3'
|
||||
PUSHBITS_ADMIN_MATRIXID: '@your/matrix/username:matrix.org'
|
||||
PUSHBITS_ADMIN_PASSWORD: 'your/matrix/password'
|
||||
PUSHBITS_MATRIX_USERNAME: 'your/pushbits/username'
|
||||
PUSHBITS_MATRIX_PASSWORD: 'your/pushbits/password'
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue