Update docker-compose.yml

This commit is contained in:
2025-10-16 09:36:07 -04:00
parent b54141b0bc
commit 0124b8ce4b

View File

@@ -4,6 +4,8 @@ version: "3.8"
services:
steam-headless:
image: josh5/steam-headless:latest
env_file:
- stack.env
restart: unless-stopped
## NOTE: This config uses privileged to access to host to be able to access the required devices
privileged: true