mirror of
https://github.com/paradizelost/docker.git
synced 2024-11-25 02:44:45 -06:00
13 lines
253 B
YAML
13 lines
253 B
YAML
|
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
|