v5.7-bridge: Changing to bridge networking
- Changing from
host
tobridge
networking - Adding named
volumes
config to docker-compose
Backwards incompatible changes
- For Portainer deployments you will need to remove the
volumes
config from the docker-compose (see here) - Adding
HOSTNAME
andDOMAIN_NAME
env vars
These variables will need to be added to your .env
file (example below)
HOSTNAME=pihole
DOMAIN_NAME=pihole.local