docs: support docker

This commit is contained in:
Vincent Young 2023-03-06 20:48:26 +08:00 committed by GitHub
parent 1ac235fb41
commit 1dc48e6d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,11 @@ Permanently free DeepL API written in Golang
} }
``` ```
### Run with Docker
```bash
docker run -itd -p 1199:1188 ghcr.io/owo-network/deeplx:latest
```
### Run on Linux Server ### Run on Linux Server
```bash ```bash
bash <(curl -Ls https://cpp.li/deeplx) bash <(curl -Ls https://cpp.li/deeplx)