Added crontab for elasticsearch.
This commit is contained in:
parent
ea7cb5b70c
commit
2a9d9b80d8
@ -4,7 +4,7 @@ services:
|
||||
|
||||
nextcloud:
|
||||
container_name: nextcloud-full
|
||||
image: nextcloud:15.0.8
|
||||
image: nextcloud:16.0.6
|
||||
build: ./docker/.examples/dockerfiles/full/apache/
|
||||
restart: always
|
||||
networks:
|
||||
@ -15,6 +15,7 @@ services:
|
||||
- "80/tcp"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:Z
|
||||
- ./www-data:/var/spool/cron/crontabs/www-data
|
||||
|
||||
networks:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user