1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

Update start.sh, run docker compose with compatibility

This commit is contained in:
Hai Liang W 2022-05-14 09:12:19 +08:00 committed by GitHub
parent b2548de7cb
commit 1259b90727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,4 @@ baseDir=$(cd `dirname "$0"`;pwd)
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/..
docker-compose pull
docker-compose up -d contact-center
docker-compose --compatibility up -d contact-center