Segmentation fault

I encountered the following problem during installation, does anyone know how to solve it?

$ docker -v
Docker version 25.0.3, build 4debf41
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:        22.04
Codename:       jammy
$ sudo bash docspace-install.sh docker
5a006faa0393501387e92eed311b5e5fc7d21e4a5b8d42727e1a6baf94101428
ping: usage error: Destination address required
A problem was detected for  domains when using a loopback IP address or when using NAT.
Select 'Y' to continue installing with configuring the use of external IP in Docker via Google Public DNS.
Select 'N' to cancel ONLYOFFICE DocSpace installation.
Continue installation [Y/N]? y
Downloading configuration files to the /app/onlyoffice directory...OK
install-Docker.sh: line 1192: 53562 Segmentation fault      docker-compose -f $BASE_DIR/db.yml up -d
install-Docker.sh: line 1209: 53579 Segmentation fault      docker-compose -f $BASE_DIR/ds.yml up -d
install-Docker.sh: line 1223: 53580 Segmentation fault      docker-compose -f $BASE_DIR/rabbitmq.yml up -d
install-Docker.sh: line 1236: 53581 Segmentation fault      docker-compose -f $BASE_DIR/redis.yml up -d
install-Docker.sh: line 1248: 53587 Segmentation fault      docker-compose -f $BASE_DIR/elasticsearch.yml up -d
install-Docker.sh: line 1265: 53605 Segmentation fault      docker-compose -f $BASE_DIR/migration-runner.yml up -d
install-Docker.sh: line 1265: 53606 Segmentation fault      docker-compose -f $BASE_DIR/${PRODUCT}.yml up -d
install-Docker.sh: line 1265: 53607 Segmentation fault      docker-compose -f ${PROXY_YML} up -d
install-Docker.sh: line 1265: 53608 Segmentation fault      docker-compose -f $BASE_DIR/notify.yml up -d
install-Docker.sh: line 1265: 53609 Segmentation fault      docker-compose -f $BASE_DIR/healthchecks.yml up -d

Thank you for installing ONLYOFFICE DocSpace.
In case you have any questions contact us via http://support.onlyoffice.com or visit our forum at http://forum.onlyoffice.com

Hi @Gen :wave:

It seems like there’s an issue when starting the MySQL container.

Could you please provide the technical specifications of your machine?

Try removing any existing containers on your machine and running the script again.

docker rm -f $(docker ps -a -q)
bash docspace-install.sh docker