1
1
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-12-21 13:55:37 +00:00

Фикс скрипта iptv

This commit is contained in:
Anthony Axenov 2024-11-27 11:54:26 +08:00
parent ea55dcaf47
commit 73f6c8f525
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

2
iptv
View File

@ -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() {