docker run -d --name soulseek --restart=always \
-v "/persistent/appdata":"/data/.SoulseekQt" \
-v "/persistent/downloads":"/data/Soulseek Downloads" \
-v "/persistent/logs":"/data/Soulseek Chat Logs" \
-e pgid=1000 \
-e puid=1000 \
-e resize=scale \
-e resolution=1280x720 \
-p 6080:6080 \
realies/soulseek
pgid optional, only works if puid is set, chown app folders to the specified group id
puid optional, only works if pgid is set, chown app folders to the specified user id, run the app with the specified user id
resize optional, set the novnc resize mode, defaults to scale, can be:
auto honour browser's local storage
scale scale the session to the browser window size
remote scale the session to the remote session size
resolution optional, set the xvfb resolution, defaults to 1280x720