mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Using original Dockerfiles now directly since GMT can now use out of folder context
This commit is contained in:
parent
bd27e9c219
commit
844b9e63c5
4 changed files with 9 additions and 4 deletions
|
@ -18,7 +18,9 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:28.0.3-fpm
|
build:
|
||||||
|
context: ../29/fpm
|
||||||
|
dockerfile: Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
|
|
|
@ -18,7 +18,8 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:28.0.3-apache
|
build:
|
||||||
|
context: ../29/apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
|
@ -16,7 +16,8 @@ services:
|
||||||
- POSTGRES_USER=nextcloud
|
- POSTGRES_USER=nextcloud
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:28.0.3-apache
|
build:
|
||||||
|
context: ../29/apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
|
@ -2,7 +2,8 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nc:
|
nc:
|
||||||
image: nextcloud:28.0.3-apache
|
build:
|
||||||
|
context: ../29/apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|
Loading…
Add table
Reference in a new issue