I think it would be helpful to have a docker compose example for users. It may be simpler than the docker run example. If you think a docker compose suggestion would be helpful, I provided some recommended documentation for the README.md below:
Deploy SMP/XFTP servers on Linux
Docker Compose
Create a directory of your choice (e.g. ./simplexchat) to hold the compose.yml file.
mkdir ./simplexchat
cd ./simplexchat
Create a compose.yml file with the following contents. Change 1) your_ip_or_domain in both containers 2) "PASS=password" This password cannot contain special characters and 3) maximum_storage to a value such as 2GB.
I think it would be helpful to have a docker compose example for users. It may be simpler than the docker run example. If you think a docker compose suggestion would be helpful, I provided some recommended documentation for the README.md below:
Deploy SMP/XFTP servers on Linux
Docker Compose
Create a directory of your choice (e.g.
./simplexchat
) to hold thecompose.yml
file.Create a
compose.yml
file with the following contents. Change 1)your_ip_or_domain
in both containers 2)"PASS=password"
This password cannot contain special characters and 3)maximum_storage
to a value such as2GB
.Then while in the same folder as the
compose.yml
run:Once the container is running, you can find the smp and xftp
server address:
by viewing the docker logs.