您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Robin Thoni e61c6e75ab
enabled websocket; fixed data volume
3 年前
.env init 3 年前
.gitignore init 3 年前
README.md init 3 年前
docker-compose.yml enabled websocket; fixed data volume 3 年前

README.md

Installation

.env

Generate random passwords for POSTGRES_PASSWORD and BW_ADMIN_TOKEN (avoid characters like &, #, =, " that could hav undesired effect on shell)

Change ALL_RESTART_POLICY to unless-stopped to enable auto restart at reboot.

Run

docker-compose up -d

NB: you MUST run from the root folder for .env to be loaded