mirror of
https://github.com/paradizelost/docker.git
synced 2025-08-26 06:16:03 +00:00
First commit of my docker env
This commit is contained in:
12
xrdp/docker-compose.yml
Normal file
12
xrdp/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '2.1'
|
||||
services:
|
||||
terminalserver:
|
||||
image: danielguerra/ubuntu-xrdp
|
||||
container_name: xrdp
|
||||
hostname: ltx
|
||||
restart: always
|
||||
shm_size: 1g
|
||||
volumes:
|
||||
- ./data/:/home/
|
||||
- ./passwd:/etc/passwd
|
||||
- ./shadow:/etc/shadow
|
Reference in New Issue
Block a user