Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- ./:/config/custom_components/ssh_docker:ro
# Mount the ssh_command functional copy (required dependency of ssh_docker).
- ./tests/playwright/ssh_command:/config/custom_components/ssh_command:ro
- ./tests/playwright/ssh_command/manifest.playwright.json:/config/custom_components/ssh_command/manifest.json:ro
# Startup wrapper that pre-populates /etc/hosts before launching HA.
# Alpine Linux (musl libc) cannot resolve Docker container hostnames via
# Python's socket module because of iptables/UDP limitations in this
Expand Down
Loading