mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-15 08:56:10 +02:00
27.02 update
This commit is contained in:
parent
026950f0a2
commit
b29b7b27f8
5 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:27.0.1-fpm
|
image: nextcloud:27.0.2-fpm
|
||||||
restart: always
|
restart: always
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
|
|
|
@ -18,7 +18,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:27.0.1-apache
|
image: nextcloud:27.0.2-apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- POSTGRES_USER=nextcloud
|
- POSTGRES_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:27.0.1-apache
|
image: nextcloud:27.0.2-apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:27.0.1-apache
|
image: nextcloud:27.0.2-apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
|
@ -9,7 +9,7 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright
|
image: ghcr.io/dan-mm/test-repo-a/puppeteer:latest
|
||||||
setup-commands:
|
setup-commands:
|
||||||
- cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py
|
- cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py
|
||||||
- cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py
|
- cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue