Skip to content

Commit

Permalink
Add IPv6 config to docker-compose.yml (#2256)
Browse files Browse the repository at this point in the history
Co-authored-by: ammar92 <[email protected]>
Co-authored-by: Jeroen Dekkers <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent e94e3f2 commit f0ca017
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ services:
ports:
- "127.0.0.1:16686:16686"

networks:
default:
enable_ipv6: true
ipam:
config:
- subnet: fc42:ca7::/64
- subnet: 172.30.0.0/16
gateway: 172.30.0.1

volumes:
postgres-data:
bytes-data:
Expand Down

0 comments on commit f0ca017

Please sign in to comment.