nginx-proxy icon indicating copy to clipboard operation
nginx-proxy copied to clipboard

Add possibility to handle multiple network tags

Open Murazaki opened this issue 1 year ago • 0 comments

Very concise update, but basically this gives the possibility of handling different network access depending on the docker service.

The user would need to expose the corresponding files for each group :

volumes:
      - ./network_internal.conf:/etc/nginx/network_internal.conf
      - ./network_group0.conf:/etc/nginx/network_group0.conf
      - ./network_group1.conf:/etc/nginx/network_group1.conf
      - ./network_group2.conf:/etc/nginx/network_group2.conf
      - ./network_group3.conf:/etc/nginx/network_group3.conf

Just sharing that as I've been using it. Let me know if that helps anybody.

Murazaki avatar Dec 20 '24 13:12 Murazaki