mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 06:48:02 +01:00
This commit is contained in:
parent
fe3cfeff25
commit
eeac2fa86e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue