Closed 65001 closed 2 years ago
Should the /save
and /backup
folders be local to the container or be persisted across containers? I can make them named volumes if need be.
These changes look great. Thanks for setting up dockerfiles! To answer your questions:
/backup
and /save
can be created on-the-fly by the program at runtime if need be. As long as the /path/to/
in /path/to/save
exists./backup
).I'll go ahead and merge this in.
Made changes to example.json and server-example.json in relation to paths. Disabled certs. Do /backup and /save need to exist on the container or is the project smart enough to auto create them?