lscr.io/linuxserver/synclounge:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.http://SERVERIP:8088
.http
as the external proto with a reverse proxy due to https
not working with external plex clients.<external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.-p
)8088
-e
)TZ=Europe/London
AUTH_LIST=plexuser1,plexuser2,email1,machineid1
AUTOJOIN_ENABLED=false
autojoin__room
) - Set to true
to let users autojoin the server and a room (specified by the AUTOJOIN_ROOM
var).AUTOJOIN_ROOM=roomname
autojoin__room
) - Set the room name for auto joining (requires AUTOJOIN_ENABLED
set to true
).-v
)FILE__
.PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.-e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.docker exec -it synclounge /bin/bash
docker logs -f synclounge
docker inspect -f '{{ index .Config.Labels "build_version" }}' synclounge
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/synclounge:latest
EXTERNAL_URL
, EXTERNAL_SERVER_PORT
and AUTOJOIN_PASSWORD
are deprecated and no longer have any effect. Env vars AUTOJOIN_ENABLED
and AUTOJOIN_ROOM
are still working but will be removed in the future in favor of synclounge's built-in var autojoin__room
. If you are reverse proxying, do not forget to update your proxy settings (here and here) as the server port and addresses are changed.6aecc9bd
while evaluating the breaking changes upstream.