Fix indentation in README.md

This commit is contained in:
eikendev 2020-08-08 11:12:42 +02:00
parent a350c76245
commit cd7f449ae5
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -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