edit listen adress
This commit is contained in:
parent
12e2b672e5
commit
49079f0063
@ -39,6 +39,15 @@ spec:
|
||||
mountPath: /config
|
||||
- name: dshm
|
||||
mountPath: /dev/shm
|
||||
initContainers:
|
||||
- name: init-xrdp
|
||||
image: busybox:1.28
|
||||
command:
|
||||
[
|
||||
"sh",
|
||||
"-c",
|
||||
"sed -i 's/;ListenAddress.*/ListenAddress=127.0.0.1/' /etc/xrdp/sesman.ini",
|
||||
]
|
||||
|
||||
volumes:
|
||||
- name: vol
|
||||
|
Loading…
Reference in New Issue
Block a user