Forgot ports entry
This commit is contained in:
parent
82c21b218f
commit
850b9aadf8
|
@ -15,3 +15,5 @@ services:
|
||||||
- LT_API_KEYS=${LT_API_KEYS}
|
- LT_API_KEYS=${LT_API_KEYS}
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DATA_DIR}/libretranslate/api_keys:/app/db/api_keys.db
|
- ${BASE_DATA_DIR}/libretranslate/api_keys:/app/db/api_keys.db
|
||||||
|
ports:
|
||||||
|
- ${LT_PORT}:5000
|
||||||
|
|
Loading…
Reference in New Issue