mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
Change networks for schema checker - to list
This commit is contained in:
parent
0983d79d69
commit
4bd11250be
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
- cp /tmp/repo/nextcloud/chrome/apache_mariadb/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py
|
||||
|
||||
networks:
|
||||
name: nextcloud-setup-network
|
||||
- nextcloud-setup-network
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix
|
||||
# environment:
|
||||
|
@ -26,15 +26,15 @@ services:
|
|||
db:
|
||||
volumes: []
|
||||
networks:
|
||||
name: nextcloud-setup-network
|
||||
- nextcloud-setup-network
|
||||
|
||||
nc:
|
||||
volumes: []
|
||||
networks:
|
||||
name: nextcloud-setup-network
|
||||
- nextcloud-setup-network
|
||||
|
||||
networks:
|
||||
name: nextcloud-setup-network
|
||||
- nextcloud-setup-network
|
||||
|
||||
flow:
|
||||
- name: Check Website
|
||||
|
|
Loading…
Add table
Reference in a new issue