mirror of
https://github.com/pushbits/server.git
synced 2025-05-03 20:26:23 +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:
|
services:
|
||||||
server:
|
server:
|
||||||
image: eikendev/pushbits:latest
|
image: eikendev/pushbits:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
environment:
|
environment:
|
||||||
PUSHBITS_DATABASE_DIALECT: 'sqlite3'
|
PUSHBITS_DATABASE_DIALECT: 'sqlite3'
|
||||||
PUSHBITS_ADMIN_MATRIXID: '@your/matrix/username:matrix.org'
|
PUSHBITS_ADMIN_MATRIXID: '@your/matrix/username:matrix.org'
|
||||||
PUSHBITS_ADMIN_PASSWORD: 'your/matrix/password'
|
PUSHBITS_ADMIN_PASSWORD: 'your/matrix/password'
|
||||||
PUSHBITS_MATRIX_USERNAME: 'your/pushbits/username'
|
PUSHBITS_MATRIX_USERNAME: 'your/pushbits/username'
|
||||||
PUSHBITS_MATRIX_PASSWORD: 'your/pushbits/password'
|
PUSHBITS_MATRIX_PASSWORD: 'your/pushbits/password'
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
Loading…
Add table
Reference in a new issue