-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where does Cattaz store persistent data? [Docker] #19
Comments
Also, is there an environment variable to allow me to change the websocket port used by the app? In the
However the Cattaz web application seems hardcoded to check port |
Hi kawaii,
If you use
Currently not. |
Hmm, I assume that it is simply a matter of changing src/Main.jsx#10 and src/AppEnabledWikiEditorCodeMirror.jsx#L81 to use an environment variable such as |
Port numbers are now configurable. |
@ohtake thank you! I have tested it and the fuctionality works as intended. 🙂 |
Hello, in the Docker container, where does Cattaz store any created documents? Is there a single file path I can just create a volume bind mount to in order to persist the data between container recreation?
The text was updated successfully, but these errors were encountered: