code:vxmppb:install:docker
Table of Contents
How To Install vXMPPb using Docker
How To Configure vXMPPb
Download Template
mkdir -p ~/.config/vxmppb
wget https://git.vanderwarker.family/vxmppb/vxmppb/raw/branch/main/config.ini.dist -O ~/.config/vxmppb/config.ini
Edit Details
nano ~/.config/vxmppb/config.ini
General Bot Configuration
You're done!!!
Now, RUN!
This will pull the latest image from Dockerhub if you don't already have it.
docker run -it --name vxmppb --volume ~/.config/vxmppb/config.ini:/usr/src/app/config.ini vxmppb/vxmppb
Once it's successfully booted, use
CTRL+p then CTRL+q to detach 1)
To check logs at a later time, simple type
docker attach vxmppb
1)
put the docker process in the background
code/vxmppb/install/docker.txt · Last modified: 2022/11/03 22:37 by stephen