forked from data.coop/ansible
Add missing postfix network to Nextcloud container
This commit is contained in:
parent
e0c0163aae
commit
efbdcc9a5a
|
@ -49,6 +49,7 @@
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
networks:
|
networks:
|
||||||
- "nextcloud"
|
- "nextcloud"
|
||||||
|
- "postfix"
|
||||||
- "external_services"
|
- "external_services"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ nextcloud.volume_folder }}/app:/var/www/html"
|
- "{{ nextcloud.volume_folder }}/app:/var/www/html"
|
||||||
|
|
Loading…
Reference in a new issue