do not mount /dev/shm from host
This commit is contained in:
parent
1c7c83f82f
commit
92a9d91a3f
@ -12,7 +12,6 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
- /etc/machine-id:/etc/machine-id:ro
|
||||||
- $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse
|
- $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse
|
||||||
- /dev/shm:/dev/shm
|
|
||||||
- data:/home
|
- data:/home
|
||||||
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:ro
|
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:ro
|
||||||
# Ubuntu's NVIDIA driver:
|
# Ubuntu's NVIDIA driver:
|
||||||
@ -45,3 +44,4 @@ services:
|
|||||||
# Use Steam provided runtime, requires --reset
|
# Use Steam provided runtime, requires --reset
|
||||||
# Steam provided runtime seems to be less stable with this image
|
# Steam provided runtime seems to be less stable with this image
|
||||||
# - STEAM_RUNTIME=1
|
# - STEAM_RUNTIME=1
|
||||||
|
shm_size: 4G
|
||||||
|
Loading…
Reference in New Issue
Block a user