From 7505ef3b23005740159c68d642d1c9fa0063081e Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 30 Mar 2023 10:22:45 -0400 Subject: [PATCH] Note the default games path in compose file --- docs/compose-files/docker-compose.default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/compose-files/docker-compose.default.yml b/docs/compose-files/docker-compose.default.yml index 026b693..fc4823d 100644 --- a/docs/compose-files/docker-compose.default.yml +++ b/docs/compose-files/docker-compose.default.yml @@ -31,6 +31,8 @@ services: # The location of your home directory. - /opt/container-data/steam-headless/home/:/home/default/:rw # The location where all games should be installed. + # This path needs to be set as a library path in Steam after logging in. + # Otherwise, Steam will store games in the home directory above. - /mnt/games/:/mnt/games/:rw # Input devices used for mouse and joypad support inside the container. - /dev/input/:/dev/input/:ro