Browse Source
Merge branch 'master' into ipv6-bugfixes
pull/191/head
crazyracer98
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docker-compose.yml
|
|
|
@ -22,7 +22,7 @@ services: |
|
|
|
networks: |
|
|
|
wg: |
|
|
|
ipv4_address: 10.42.42.42 |
|
|
|
ipv6_address: fd00::2a |
|
|
|
ipv6_address: fdcc:ad94:bacf:61a3::2a |
|
|
|
volumes: |
|
|
|
- .:/etc/wireguard |
|
|
|
ports: |
|
|
|
@ -47,4 +47,4 @@ networks: |
|
|
|
driver: default |
|
|
|
config: |
|
|
|
- subnet: 10.42.42.0/24 |
|
|
|
- subnet: fd00::0/112 |
|
|
|
- subnet: fdcc:ad94:bacf:61a3::/64 |
|
|
|
|