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"
|
||||
networks:
|
||||
- "nextcloud"
|
||||
- "postfix"
|
||||
- "external_services"
|
||||
volumes:
|
||||
- "{{ nextcloud.volume_folder }}/app:/var/www/html"
|
||||
|
|
Loading…
Reference in a new issue