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
Proposal
When executing command
docker-compose -f traefik.yml up -d
I'm getting the following warnings:This small change should stop showing the error.