You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community-containers/plex/readme.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
This container bundles Plex and auto-configures it for you.
3
3
4
4
### Notes
5
+
- This is not working on arm64 since Plex does only provide x64 docker images.
5
6
- This is not working on Docker Desktop since it needs `network_mode: host` in order to work correctly.
7
+
- If you have a firewall like ufw configured, you might need to open all Plex ports in there first in order to make it work. Especially port 32400 is important!
8
+
- After adding and starting the container, you need to visit http://ip.address.of.server:32400 in order to claim your server with a plex account
6
9
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers how to add it to the AIO stack
7
-
- After adding the container, you need to visit http://ip.address.of.server:32400 in order to claim your server with a plex account
0 commit comments