mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-22 08:10:49 +02:00
Allow default domain
This commit is contained in:
parent
c6cfdc4dd4
commit
8876b04466
4 changed files with 6 additions and 17 deletions
|
@ -33,16 +33,4 @@ services:
|
|||
volumes:
|
||||
- ${PWD}/xrdp_users.txt:/root/createusers.txt
|
||||
environment:
|
||||
TZ: "Europe/London"
|
||||
rdpgw:
|
||||
build: .
|
||||
ports:
|
||||
- 9443:9443
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- keycloak
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
TZ: "Europe/Amsterdam"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue