Update docker-compose to use SMB_SHARE_PATH env var
This commit is contained in:
parent
a78ebd3db2
commit
3520603043
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
- CPU_LIMIT=${CPU_LIMIT}
|
||||
- SNIPPET_CHAR_LIMIT=${SNIPPET_CHAR_LIMIT}
|
||||
volumes:
|
||||
- ./smb_share:/books
|
||||
- ${SMB_SHARE_PATH}:/books
|
||||
depends_on:
|
||||
- booksearch_elastic
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue