0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Fix include of wrong compose file

This commit is contained in:
Danilo Ješić 2023-07-20 10:08:20 +02:00
parent d41e60dae9
commit 305282e6be
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Nextcloud - SQLite - Talk - Chromium name: Nextcloud - SQLite - Talk - Chromium
author: Danilo Jesic <danilo@green-coding.berlin> author: Danilo Jesic <danilo@green-coding.berlin>
description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Chromium to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text. description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Chromium to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text.
compose-file: !include compose-mariadb.yml compose-file: !include compose-sqlite.yml
services: services:
gcb-playwright: gcb-playwright:

View file

@ -2,7 +2,7 @@
name: Nextcloud - SQLite - Talk - Firefox name: Nextcloud - SQLite - Talk - Firefox
author: Danilo Jesic <danilo@green-coding.berlin> author: Danilo Jesic <danilo@green-coding.berlin>
description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Firefox to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text. description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Firefox to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text.
compose-file: !include compose-mariadb.yml compose-file: !include compose-sqlite.yml
services: services:
gcb-playwright: gcb-playwright: