Skip to content

Commit

Permalink
Merge pull request #80 from afreen23/main
Browse files Browse the repository at this point in the history
docker-compose: Disable ipv6 in docker-compose yaml
  • Loading branch information
nizamial09 authored Jan 16, 2024
2 parents 7a72a85 + c082ab1 commit f55bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ volumes:
networks:
default:
driver: bridge
enable_ipv6: true
enable_ipv6: false
ipam:
driver: default
config:
Expand Down

0 comments on commit f55bc0a

Please sign in to comment.