update commands to docker compose V2

This commit is contained in:
Leonid Orsulic
2023-05-07 11:07:09 +02:00
parent 3c1e5c7bee
commit 8c1ae1e48b
12 changed files with 25 additions and 25 deletions

View File

@ -9,4 +9,4 @@ then
export $(cat .env | sed 's/#.*//g' | grep "FSESL_PASSWORD" | xargs)
fi
docker-compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"