From 73f6c8f525c9d4c4dae9256bf83d0d7196adb4f4 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Wed, 27 Nov 2024 11:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=B8=D0=BF=D1=82=D0=B0=20iptv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iptv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptv b/iptv index c330d6a..f86de53 100755 --- a/iptv +++ b/iptv @@ -3,7 +3,7 @@ CONTAINER="iptv-php" # the name of the container in which to 'exec' something CONFIG="$(dirname $([ -L $0 ] && readlink -f $0 || echo $0))/docker-compose.yml" # path to compose yml file -CMD="docker-compose -f $CONFIG" # docker-compose command +CMD="docker compose -f $CONFIG" # docker-compose command APP_URL='http://localhost:8080/' open_browser() {