We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71380e0 commit 8db861dCopy full SHA for 8db861d
stack.yml
@@ -31,20 +31,7 @@ services:
31
restart: always
32
volumes:
33
- nextcloud:/var/www/html
34
- user: www-data
35
- entrypoint: |
36
- bash -c 'bash -s <<EOF
37
- trap "break;exit" SIGHUP SIGINT SIGTERM
38
-
39
- while [ ! -f /var/www/html/config/config.php ]; do
40
- sleep 1
41
- done
42
43
- while true; do
44
- php -f /var/www/html/cron.php
45
- sleep 15m
46
47
- EOF'
+ entrypoint: /cron.sh
48
depends_on:
49
- db
50
0 commit comments