wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.24k stars 535 forks source link

Use 'external: true' when settings the networks for Traefik to avoid warnings #545

Closed elaman closed 1 year ago

elaman commented 1 year ago

Proposal

When executing command docker-compose -f traefik.yml up -d I'm getting the following warnings:

WARN[0000] network project1: network.external.name is deprecated. Please set network.name with external: true WARN[0000] network project2: network.external.name is deprecated. Please set network.name with external: true

This small change should stop showing the error.