Added build script and fixed some bugs

This commit is contained in:
ndouba
2022-11-15 22:32:24 -05:00
parent 8f19249c51
commit 9cc4b28a49
9 changed files with 317 additions and 12 deletions

15
docker-compose.yml Normal file
View 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