This article is written by the tutorial column of Pagoda Panel to introduce to you how to build the soketi service in Pagoda docker. Let's take a look at how I built it!
Recently I am going to replace laravel-websockets
in the project with soketi
and start working on it.
Refer to the official installation documentdocker
The command is as follows:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1.4-16-debian
官网安装文档地址:https://docs.soketi.app/getting-started/installation/docker
Correspondingly, we go to the pagoda to pull the image
Add container
The above is the detailed content of Quickly build soketi service in pagoda docker. For more information, please follow other related articles on the PHP Chinese website!