mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
Update location of storage dir
This commit is contained in:
parent
1a578590b2
commit
1835a307db
1 changed files with 2 additions and 1 deletions
|
|
@ -26,4 +26,5 @@ COPY src/__init__.py ./src/__init__.py
|
|||
COPY src/backend ./src/backend
|
||||
COPY *.json .
|
||||
|
||||
CMD ["python", "meshchat.py", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.reticulum/storage", "--headless"]
|
||||
CMD ["python", "meshchat.py", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.meshchat", "--headless"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue