Export a volume for data storage.
This commit is contained in:
parent
628d09afe0
commit
53fa778cda
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ RUN venv/bin/python -m external_libraries
|
|||
ADD test test
|
||||
RUN TEST=true venv/bin/python -m unittest discover
|
||||
|
||||
VOLUME ["/conf/stack", "/mnt/logs"]
|
||||
VOLUME ["/conf/stack", "/mnt/logs", "/datastorage"]
|
||||
|
||||
EXPOSE 443 80
|
||||
|
||||
|
|
Reference in a new issue