docker compose for X86 and ARM, good luck

This commit is contained in:
oc
2022-01-27 17:49:35 +08:00
parent 6c926209bd
commit 4792821e8e
4 changed files with 8 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ docker run -d --restart=always --name=serverstatus -v ~/serverstatus-config.json
`ServerStatus`: docker-compose up -d
`ServerStatus with tgbot`: docker-compose -f docker-compose-telegram.yml up -d
`ServerStatus with tgbot`: TG_CHAT_ID=你的电报ID TG_BOT_TOKEN=你的电报密钥 docker-compose -f docker-compose-telegram.yml up -d
```