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