fix nextcloud-aio network config
Some checks are pending
/ run ansible (push) Waiting to run

This commit is contained in:
Gabriel Augendre 2024-10-16 08:22:57 +02:00
parent fe3cfeff25
commit eeac2fa86e

View file

@ -30,7 +30,14 @@ services:
restart: always
container_name: nextcloud-aio-mastercontainer
init: true
networks:
- default
- nextcloud-aio
volumes:
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer
networks:
nextcloud-aio:
external: true