Validate configuration

Validate configuration

Validate your environmental variables configuration.
  1. Access your
    RemoteAccess_Compose
    directory.
  2. Validate your configuration by typing
    docker compose {-f <compose-file>} config
  3. 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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal