Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Enable IPv6 in internal docker networks #514
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Sep 25, 2023
1 parent cfd4372 commit d1cacab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions aosus-wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
networks:
default:
enable_ipv6: true
web:
external: true

Expand Down
1 change: 1 addition & 0 deletions gnulinuxsa-wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.1'

networks:
default:
enable_ipv6: true
web:
external: true

Expand Down
1 change: 1 addition & 0 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
networks:
default:
enable_ipv6: true
telegram:
web:
external: true
Expand Down
1 change: 1 addition & 0 deletions piped/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"

networks:
default:
enable_ipv6: true
web:
external: true

Expand Down
1 change: 1 addition & 0 deletions plausible/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
networks:
default:
enable_ipv6: true
web:
external: true

Expand Down

0 comments on commit d1cacab

Please sign in to comment.