mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-12-21 13:55:37 +00:00
Фикс скрипта iptv
This commit is contained in:
parent
ea55dcaf47
commit
73f6c8f525
2
iptv
2
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user