services: sslh-lab-client: build: context: . dockerfile: Dockerfile container_name: sslh-lab-client network_mode: bridge cap_add: - NET_ADMIN volumes: - ./wireguard:/wireguard:ro - ./keys:/keys:ro - ./server-info.txt:/server-info.txt:ro - ./secrets.txt:/secrets.txt:ro stdin_open: true tty: true privileged: false dns: - 8.8.8.8 - 1.1.1.1 - 8.8.4.4 dns_search: [] dns_opt: - use-vc