icewind1991 / mx-puppet-steam

Matrix <-> Steam puppeting bridge based on mx-puppet-bridge
Apache License 2.0
46 stars 10 forks source link

Documentation for using docker image #26

Open christheradioguy opened 2 years ago

christheradioguy commented 2 years ago

I'm trying to get this up and running using the docker image, however, there seems to be a lack of documentation on how to use this. Currently I'm running it with:

docker run icewind1991/mx-puppet-steam -e CONFIG_PATH=/config/config.yaml -e REGISTRATION_PATH=/config/registration.yaml -v /opt/mx-puppet-steam/config:/config -v /opt/mx-puppet-steam/data:/data

After creating the file /opt/mx-puppet-steam/config/config.yaml however, the docker image just returns No config found any documentation on using the docker image?