Add missing postfix network to Nextcloud container

This commit is contained in:
Sam A. 2022-11-22 17:45:13 +01:00
parent e0c0163aae
commit efbdcc9a5a
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
restart: "unless-stopped"
networks:
- "nextcloud"
- "postfix"
- "external_services"
volumes:
- "{{ nextcloud.volume_folder }}/app:/var/www/html"