Skip to content

Commit

Permalink
troubleshooting error "8084: bind: address already in use" on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 24, 2024
1 parent 7fe0123 commit b77f917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ services:

# Utilize custom metadata
- ./development/sp-local/metadata/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
ports:
- "8084:80"
# ports:
# - "8084:80"
environment:
ADMIN_EMAIL: "[email protected]"
ADMIN_PASS: sp1
Expand Down

0 comments on commit b77f917

Please sign in to comment.