0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00
This commit is contained in:
Karem Sobhy 2022-04-30 19:27:56 +02:00 committed by GitHub
commit 880346719e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 18 deletions

View file

@ -35,8 +35,8 @@ services:
cron:
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -43,8 +43,8 @@ services:
cron:
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -32,8 +32,8 @@ services:
cron:
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -40,8 +40,8 @@ services:
cron:
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -39,8 +39,8 @@ services:
cron:
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -48,8 +48,8 @@ services:
cron:
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -36,8 +36,8 @@ services:
cron:
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -45,8 +45,8 @@ services:
cron:
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db

View file

@ -29,8 +29,8 @@ services:
cron:
image: nextcloud
restart: always
volumes:
- nextcloud:/var/www/html
volumes_from:
- app
entrypoint: /cron.sh
depends_on:
- db