skip to Main Content

Create networks in separate docker-compose.yml file

I'm trying to define my networks in separate docker-compose.yml file (docker-compose.networks.yml). Here it is: version: '3.8' networks: pypinfo-rabbitmq: name: pypinfo_rabbitmq driver: bridge When I try to apply this configuration it shows the following warning: WARNING: Some networks were defined but…

VIEW QUESTION
Back To Top
Search