An easy way to start up plex plus on my local server
To start, copy and rename the .env.example to .env and then run the following command:
./container startAnd access tautulli by the URL http::/{server-ip}:8181/
Access ombi by the URL http::/{server-ip}:3579/
To stop the run the following command:
./container stop