Update wrapper/docker-compose.yml
This commit is contained in:
parent
69712bacca
commit
b41162586c
@ -30,6 +30,10 @@ services:
|
||||
# Locale
|
||||
LANG: ${LANG:-C.UTF-8}
|
||||
|
||||
# Volumes
|
||||
VOL_DATA: ${VOL_DATA:-shaiwatcher_data}
|
||||
VOL_CACHE: ${VOL_CACHE:-shaiwatcher_cache}
|
||||
|
||||
volumes:
|
||||
- data:/data
|
||||
- cache:/cache
|
||||
|
Loading…
Reference in New Issue
Block a user