docs: add dockerhub support

This commit is contained in:
Vincent Young 2023-03-07 03:05:22 +08:00
parent 70e64ad3b1
commit b35c1d6622

View File

@ -2,7 +2,7 @@
* @Author: Vincent Young * @Author: Vincent Young
* @Date: 2022-10-18 07:32:29 * @Date: 2022-10-18 07:32:29
* @LastEditors: Vincent Young * @LastEditors: Vincent Young
* @LastEditTime: 2023-03-03 02:30:52 * @LastEditTime: 2023-03-07 03:05:00
* @FilePath: /DeepLX/README.md * @FilePath: /DeepLX/README.md
* @Telegram: https://t.me/missuo * @Telegram: https://t.me/missuo
* *
@ -34,7 +34,11 @@ Permanently free DeepL API written in Golang
### Run with Docker ### Run with Docker
```bash ```bash
# ghcr.io
docker run -itd -p 1188:1188 ghcr.io/owo-network/deeplx:latest docker run -itd -p 1188:1188 ghcr.io/owo-network/deeplx:latest
# dockerhub
docker run -itd -p 1188:1188 missuo/deeplx:latest
``` ```
### Run on Linux Server ### Run on Linux Server