Skip to content

Commit

Permalink
Debug unexpected workflow failure
Browse files Browse the repository at this point in the history
docker compose up results in:
Error starting userland proxy: listen tcp4 0.0.0.0:44444: bind: address already in use
This is the host address for remote PDB on crate_server
  • Loading branch information
martinburchell committed Jan 7, 2025
1 parent 4287685 commit ac2f6ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ jobs:
env
source ${GITHUB_WORKSPACE}/github_action_scripts/set_crate_installer_environment
cat ${CRATE_INSTALLER_CRATE_ROOT_HOST_DIR}/config/${CRATE_DOCKER_CRATEWEB_CONFIG_FILENAME}
sudo netstat -pvatn | greo LISTEN

0 comments on commit ac2f6ee

Please sign in to comment.