docker-compose up -d
docker run -d --name soulseek --restart=unless-stopped \
-v "/persistent/appdata":"/data/.SoulseekQt" \
-v "/persistent/downloads":"/data/Soulseek Downloads" \
-v "/persistent/logs":"/data/Soulseek Chat Logs" \
-v "/persistent/shared":"/data/Soulseek Shared Folder" \
-e PGID=1000 \
-e PUID=1000 \
-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
UMASK optional, controls how file permissions are set for newly created files, defaults to 0000
VNCPWD optional, protect tigervnc with a password, none will be required if this is not set
TZ optional, set the local time zone, for example:
Europe/Paris
Asia/Macao
America/Vancouver
...other values available in /usr/share/zoneinfo