mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 06:56:34 +00:00
Update images
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
xrdp:
|
||||
container_name: xrdp
|
||||
hostname: xrdp
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:20.04
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:latest
|
||||
ports:
|
||||
- 3389:3389
|
||||
restart: on-failure
|
||||
@@ -47,7 +47,8 @@ services:
|
||||
- 9443:9443
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- keycloak
|
||||
keycloak:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user