Skip to content

Commit e51a066

Browse files
authored
Merge pull request #24 from LibreCodeCoop/fix/cron-content
fix: build of cron
2 parents 5a9e2da + 959ddc0 commit e51a066

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ services:
5151
- reverse-proxy
5252

5353
cron:
54-
build: .docker/app
54+
build:
55+
context: .docker/app
56+
args:
57+
NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION:-stable-fpm}
5558
restart: unless-stopped
5659
environment:
5760
- TZ

0 commit comments

Comments
 (0)