We need to be able to write in /tmp inside the docker
This commit is contained in:
parent
2c535dba83
commit
68f5d95915
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ COPY logger.xml /
|
|||
|
||||
ENV TRANTOR_ASSETS=/assets
|
||||
ENV TRANTOR_STORE=/store
|
||||
VOLUME /store
|
||||
VOLUME /store /tmp
|
||||
WORKDIR /
|
||||
|
||||
ENTRYPOINT ["/trantor"]
|
||||
|
|
|
@ -8,6 +8,7 @@ trantor:
|
|||
- "0.0.0.0:9123:9123" # prometheus
|
||||
volumes:
|
||||
- /opt/store:/store
|
||||
- /opt/tmp:/tmp
|
||||
# - /opt/logger.xml:/logger.xml
|
||||
environment:
|
||||
- SESSION_KEY=
|
||||
|
|
Reference in a new issue