From 727ea9037e2e92f56ca2bc0fc610334e9490d32d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:18:35 -0400 Subject: [PATCH] docs(docker): add ipc note (#3034) --- DOCKER_README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DOCKER_README.md b/DOCKER_README.md index be27e2fa..2ff7bbf8 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -54,6 +54,7 @@ docker run -d \ --device /dev/dri/ \ --name= \ --restart=unless-stopped \ + --ipc=host \ -e PUID= \ -e PGID= \ -e TZ= \ @@ -80,6 +81,7 @@ services: - PUID= - PGID= - TZ= + ipc: host ports: - "47984-47990:47984-47990/tcp" - "48010:48010" @@ -125,6 +127,9 @@ port `47990` (e.g. `http://:47990`). The internal port must be `47990`, | `-e PGID=` | Group ID | `1001` | False | | `-e TZ=` | Lookup [TZ value][1] | `America/New_York` | False | +For additional configuration, it is recommended to reference the *Games on Whales* +[sunshine config](https://github.com/games-on-whales/gow/blob/2e442292d79b9d996f886b8a03d22b6eb6bddf7b/compose/streamers/sunshine.yml). + [1]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones #### User / Group Identifiers: