mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-04 15:00:21 +01:00
11 lines
283 B
YAML
11 lines
283 B
YAML
version: "3"
|
|
|
|
services:
|
|
libretranslate:
|
|
container_name: libretranslate
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5000:5000
|
|
## Uncomment above command and define your args if necessary
|
|
# command: --ssl --ga-id MY-GA-ID --req-limit 100 --char-limit 500 |