diff --git a/xrdp/docker-compose.yml b/xrdp/docker-compose.yml new file mode 100644 index 0000000..0d0e437 --- /dev/null +++ b/xrdp/docker-compose.yml @@ -0,0 +1,18 @@ +# --name RattyDAVE20.04 --privileged=true -p 3389:3389 -e TZ="Europe/Paris" -v xrdp_scripts/createusers.txt:/root/createusers.txt \ +# -v xrdp_scripts/startup.sh:/root/startup.sh -v xrdp_home:/home -dit --restart unless-stopped rattydave/docker-ubuntu-xrdp-mate-custom:20.04 + +version: '2' +services: + xrdp-mate: + container_name: RattyDAVE20.04 + privileged: true + ports: + - '3389:3389' + environment: + - TZ=Europe/Paris + volumes: + - 'xrdp_scripts/createusers.txt:/root/createusers.txt' + - 'xrdp_scripts/startup.sh:/root/startup.sh' + - 'xrdp_home:/home' + restart: unless-stopped + image: 'rattydave/docker-ubuntu-xrdp-mate-custom:20.04' \ No newline at end of file