Skip to content

Commit

Permalink
Enable IPv6 network.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 23, 2024
1 parent 81c7a98 commit 87798aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
container:
image: ${{ inputs.rtpp-image }}:${{ inputs.rtpp-image-tag }}
options: --privileged
networks:
# Overrides the `default` compose generated network, avoids needing to attach to each service:
default:
enable_ipv6: true
# An IPv4 subnet is implicitly configured, IPv6 needs to be specified:
ipam:
config:
- subnet: fd00:cafe:face:feed::/64
env:
MM_TYPE: ${{ inputs.mm-type }}
MM_BRANCH: ${{ inputs.mm-branch }}
Expand Down

0 comments on commit 87798aa

Please sign in to comment.