- Software components setup and installation
Validate configuration
Validate your environmental variables configuration.
- Access yourRemoteAccess_Composedirectory.
- Validate your configuration by typingdocker 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
Provide Feedback