Note the default games path in compose file

This commit is contained in:
Andrew Berry
2023-03-30 10:22:45 -04:00
committed by GitHub
parent 9b962580ff
commit 7505ef3b23

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