forked from Ivasoft/device-mapping-manager
Added build script and fixed some bugs
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
volumes:
|
||||
fuse:
|
||||
driver: redcanari/device-volume-driver
|
||||
driver_opts:
|
||||
device: /dev/fuse
|
||||
|
||||
services:
|
||||
rdesktop:
|
||||
image: lscr.io/linuxserver/rdesktop:ubuntu-xfce
|
||||
volumes:
|
||||
- fuse:/dev/fuse
|
||||
ports:
|
||||
- 3390:3389
|
||||
Reference in New Issue
Block a user