Store steam data in data/ folder (fix)
This commit is contained in:
parent
16262bdeec
commit
ea83dec598
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
data/
|
4
data/README.md
Normal file
4
data/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
Steam will store its data in this folder:
|
||||
|
||||
- .steam/ for updates, game downloads & storage.
|
||||
- .local/share/Steam/ for account configuration.
|
@ -12,7 +12,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/machine-id:/etc/machine-id:ro
|
||||
- $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse
|
||||
- data:/home
|
||||
- ./data:/home/user
|
||||
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:ro
|
||||
# Ubuntu's NVIDIA driver:
|
||||
- /usr/lib/nvidia-361-prime:/h1_64:ro
|
||||
|
Loading…
Reference in New Issue
Block a user