mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 23:08:01 +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
|
restart: always
|
||||||
container_name: nextcloud-aio-mastercontainer
|
container_name: nextcloud-aio-mastercontainer
|
||||||
init: true
|
init: true
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- nextcloud-aio
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nextcloud_aio_mastercontainer:
|
nextcloud_aio_mastercontainer:
|
||||||
name: nextcloud_aio_mastercontainer
|
name: nextcloud_aio_mastercontainer
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nextcloud-aio:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue