An easy way to start up Calibre and Calibre Web on my local server
To start, copy and rename the .env.example to .env and then run the following command:
./container startAnd access the calibre by the URL http::/{server-ip}:8080/
Access the calibre web by the URL http::/{server-ip}:8083/
To stop the run the following command:
./container stop