mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 06:32:20 +08:00
docs: add dockerhub support
This commit is contained in:
parent
70e64ad3b1
commit
b35c1d6622
|
@ -2,7 +2,7 @@
|
|||
* @Author: Vincent Young
|
||||
* @Date: 2022-10-18 07:32:29
|
||||
* @LastEditors: Vincent Young
|
||||
* @LastEditTime: 2023-03-03 02:30:52
|
||||
* @LastEditTime: 2023-03-07 03:05:00
|
||||
* @FilePath: /DeepLX/README.md
|
||||
* @Telegram: https://t.me/missuo
|
||||
*
|
||||
|
@ -34,7 +34,11 @@ Permanently free DeepL API written in Golang
|
|||
|
||||
### Run with Docker
|
||||
```bash
|
||||
# ghcr.io
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user