/o2tv-iptvserver

Web-based UI IPTV Server for O2 TV

Primary LanguageJavaScript

O2 TV IPTV Server

Build & Publish Docker Image to Docker Hub Docker Docker GitHub Stars

Installation

Note: Before proceeding, ensure that Docker is installed on your system.

1. Clone the GitHub repository:

git clone https://github.com/goodbyepavlyi/o2tv-iptvserver

2. Run the container:

docker compose up -d

You have to replace the WEBSERVER_PUBLICURL variable.

Installing the Development version

To set up the development version, complete the following steps:

1. Clone the GitHub repository to get the development files:

git clone -b develop https://github.com/goodbyepavlyi/o2tv-iptvserver

2. Run the development container:

docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d

Update

To keep your O2 TV IPTV Server up to date, follow these steps:

1. Pull the Latest Docker Image

docker-compose pull

This command will fetch the latest version of the O2 TV IPTV Server Docker image from the Docker Hub.

2. Restart the Container

docker-compose up -d

By running this command, you'll restart the O2 TV IPTV Server container with the latest image. Your server will now be running the most recent version.

That's it! Your O2 TV IPTV Server is now updated and ready to go. Enjoy the latest features and improvements.