Add nginx proxy for API endpoints - Contact form fully working
This commit is contained in:
@@ -20,6 +20,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- default
|
||||
- mailcow-network
|
||||
|
||||
# 3. Contact Form Email Handler
|
||||
mail-contact:
|
||||
|
||||
Reference in New Issue
Block a user