Turning off the preconfigured network
This commit is contained in:
parent
78c2bb085d
commit
bfe76cb620
|
@ -46,10 +46,10 @@ services:
|
|||
image: chocobozzz/peertube:production-bookworm
|
||||
# Use a static IP for this container because nginx does not handle proxy host change without reload
|
||||
# This container could be restarted on crash or until the postgresql database is ready for connection
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 172.18.0.42
|
||||
ipv6_address: fdab:e4b3:21a2:ef1b::42
|
||||
# networks:
|
||||
# default:
|
||||
# ipv4_address: 172.18.0.42
|
||||
# ipv6_address: fdab:e4b3:21a2:ef1b::42
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
|
@ -89,15 +89,15 @@ services:
|
|||
- ./docker-volume/opendkim/keys:/etc/opendkim/keys
|
||||
restart: "always"
|
||||
|
||||
networks:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.18.0.0/16
|
||||
- subnet: fdab:e4b3:21a2:ef1b::/64
|
||||
# networks:
|
||||
# default:
|
||||
# enable_ipv6: true
|
||||
# ipam:
|
||||
# driver: default
|
||||
# config:
|
||||
# - subnet: 172.18.0.0/16
|
||||
# - subnet: fdab:e4b3:21a2:ef1b::/64
|
||||
|
||||
volumes:
|
||||
assets:
|
||||
# volumes:
|
||||
# assets:
|
||||
# certbot-www:
|
||||
|
|
Loading…
Reference in a new issue