mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Add XDG_CACHE_HOME
environment variable
This commit is contained in:
parent
60a1e09f5f
commit
74780220f4
@ -382,7 +382,8 @@ HEALTHCHECK --interval=1m --timeout=10s --start-period=3m CMD ["/app/healthcheck
|
|||||||
|
|
||||||
# ENVS and ports
|
# ENVS and ports
|
||||||
ENV PYTHONPATH="/app" \
|
ENV PYTHONPATH="/app" \
|
||||||
PYTHONPYCACHEPREFIX="/config/cache/pycache"
|
PYTHONPYCACHEPREFIX="/config/cache/pycache" \
|
||||||
|
XDG_CACHE_HOME="/config/cache"
|
||||||
EXPOSE 4848
|
EXPOSE 4848
|
||||||
|
|
||||||
# Volumes
|
# Volumes
|
||||||
|
Loading…
Reference in New Issue
Block a user