forgot volumes
This commit is contained in:
parent
cf501831d5
commit
e1687d052a
|
@ -17,3 +17,5 @@ services:
|
||||||
- libretranslate_api_keys:/app/db/api_keys.db
|
- libretranslate_api_keys:/app/db/api_keys.db
|
||||||
ports:
|
ports:
|
||||||
- ${LT_HOST}:${LT_PORT}:5000
|
- ${LT_HOST}:${LT_PORT}:5000
|
||||||
|
volumes:
|
||||||
|
libretranslate_api_keys:
|
||||||
|
|
Loading…
Reference in New Issue