nginx: join the default bridge network for ext access

This commit is contained in:
2021-05-05 19:35:55 +02:00
parent 54de631d29
commit d0d33b47b9

View File

@ -69,6 +69,7 @@
name: 'nginx'
image: nginx
networks:
- name: bridge
- name: nginx-internal
volumes:
- "{{ data_folder }}/nginx/nginx.conf:/etc/nginx/nginx.conf"