Validate configuration
Validate your environmental variables configuration.
- Access your
RemoteAccess_Compose
directory. - Validate your configuration by typing
docker compose {-f <compose-file>} config
- Open and inspect the Docker Compose files that define the Setuphost and Runtime services for your Runtime application:
- Runtime with RDP only:
docker compose -f compose.yml -f compose.rdp.yml config
- Runtime with VPN only:
docker compose -f compose.yml -f compose.vpn.yml config
- Runtime with RDP and VPN:
docker compose -f compose.yml -f compose.rdp.yml -f compose.vpn.yml config
- Runtime with RDP only: