Store steam data in data/ folder (fix)

pull/8/head
Gautier Pelloux-Prayer 8 years ago
parent 16262bdeec
commit ea83dec598

1
.gitignore vendored

@ -0,0 +1 @@
data/

@ -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…
Cancel
Save