Update docker-compose.yml
This commit is contained in:
parent
44ffe437a3
commit
e8be49965e
1 changed files with 7 additions and 7 deletions
|
@ -64,10 +64,10 @@ volumes:
|
|||
postgresdata:
|
||||
companioncache:
|
||||
|
||||
#networks:
|
||||
# default:
|
||||
# enable_ipv6: true
|
||||
# ipam:
|
||||
# config:
|
||||
# - subnet: 2001:0DB9::/112
|
||||
# gateway: 2001:0DB9::1
|
||||
networks:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 2001:0DB9::/112
|
||||
gateway: 2001:0DB9::1
|
Reference in a new issue