Binding to localhost

This commit is contained in:
Siina Mashek 2023-01-01 11:43:59 +02:00
parent 850b9aadf8
commit 6d95153bf1

View File

@ -16,4 +16,4 @@ services:
volumes:
- ${BASE_DATA_DIR}/libretranslate/api_keys:/app/db/api_keys.db
ports:
- ${LT_PORT}:5000
- ${LT_HOST}:${LT_PORT}:5000