mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +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
|
- cp /tmp/repo/nextcloud/chrome/apache_mariadb/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
name: nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix
|
# - /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
# environment:
|
# environment:
|
||||||
|
@ -26,15 +26,15 @@ services:
|
||||||
db:
|
db:
|
||||||
volumes: []
|
volumes: []
|
||||||
networks:
|
networks:
|
||||||
name: nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
volumes: []
|
volumes: []
|
||||||
networks:
|
networks:
|
||||||
name: nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
name: nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
flow:
|
flow:
|
||||||
- name: Check Website
|
- name: Check Website
|
||||||
|
|
Loading…
Add table
Reference in a new issue