This commit is contained in:
parent
56e84d81f6
commit
76dec79528
@ -9,8 +9,6 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- CONTEXT_PATH=airsonic.domain.com
|
||||
- JAVA_OPTS=-Dserver.use-forward-headers=true
|
||||
volumes:
|
||||
- /airsonic/config:/config
|
||||
- /airsonic/music:/music
|
||||
|
21
docs/proxmox/Passthrough.md
Normal file
21
docs/proxmox/Passthrough.md
Normal file
@ -0,0 +1,21 @@
|
||||
```
|
||||
lxc.cgroup2.devices.allow: c 226:* rwm
|
||||
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,create=file
|
||||
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,create=file
|
||||
```
|
||||
|
||||
```
|
||||
lxc.cgroup2.devices.allow: c 13:* rwm
|
||||
lxc.mount.entry: /dev/input/event2 dev/input/event2 none bind,optional,create=file
|
||||
lxc.mount.entry: /run/udev mnt/udev none bind,create=dir
|
||||
```
|
||||
|
||||
```
|
||||
lxc.cgroup2.devices.allow: c 116:* rwm
|
||||
lxc.mount.entry: /dev/snd dev/snd none bind,create=dir
|
||||
```
|
||||
|
||||
```
|
||||
lxc.cgroup2.devices.allow: c 4:6 rwm
|
||||
lxc.mount.entry: /dev/tty7 dev/tty7 none bind,create=file
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user