fix
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
run: |
|
||||
CID=$(docker compose --project-name radiusnucleo ps -q freeradius)
|
||||
echo "Container: $CID"
|
||||
docker inspect "$CID" --format '{{json .NetworkSettings.Ports}}' | jq .
|
||||
docker inspect "$CID" --format '{{json .NetworkSettings.Ports}}'
|
||||
echo "docker port output:" || true
|
||||
docker port "$CID" || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user