0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00

Using original Dockerfiles now directly since GMT can now use out of folder context

This commit is contained in:
Arne Tarara 2024-05-10 14:47:17 +02:00
parent bd27e9c219
commit 844b9e63c5
No known key found for this signature in database
GPG key ID: 2540198A4079785B
4 changed files with 9 additions and 4 deletions

View file

@ -18,7 +18,9 @@ services:
- MYSQL_USER=nextcloud
app:
image: nextcloud:28.0.3-fpm
build:
context: ../29/fpm
dockerfile: Dockerfile
restart: always
links:
- db

View file

@ -18,7 +18,8 @@ services:
- MYSQL_USER=nextcloud
nc:
image: nextcloud:28.0.3-apache
build:
context: ../29/apache
restart: always
ports:
- 8080:80

View file

@ -16,7 +16,8 @@ services:
- POSTGRES_USER=nextcloud
nc:
image: nextcloud:28.0.3-apache
build:
context: ../29/apache
restart: always
ports:
- 8080:80

View file

@ -2,7 +2,8 @@ version: '2'
services:
nc:
image: nextcloud:28.0.3-apache
build:
context: ../29/apache
restart: always
ports:
- 8080:80