Merge pull request #35 from deviantintegral/patch-1

Note the default games path in compose file
This commit is contained in:
Josh Sunnex
2023-05-22 21:57:23 +12:00
committed by GitHub

View File

@@ -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