forked from mirrors/LibreTranslate
11 lines
No EOL
283 B
YAML
11 lines
No EOL
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 |