mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Remove app dockerfile
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
b9ae3256ad
commit
cc0564ed40
8 changed files with 9 additions and 21 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
restart: always
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
- app
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue