mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02: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
|
@ -2,7 +2,8 @@ version: '2'
|
|||
|
||||
services:
|
||||
nc:
|
||||
image: nextcloud:28.0.3-apache
|
||||
build:
|
||||
context: ../29/apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue