File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
spaceonfire/presets/bitrix/bin Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3- echo " */5 * * * * /usr/bin/ php -f /var/www/html/bitrix/modules/main/tools/cron_events.php" | crontab -
3+ echo " */5 * * * * $( which php) -f /var/www/html/bitrix/modules/main/tools/cron_events.php" | crontab -
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ version: '3'
33services :
44 test :
55 build : ../../
6- volumes :
7- - ../../spaceonfire:/opt/spaceonfire:Z
6+ image : spaceonfire/nginx-php-fpm:next
87 ports :
98 - 8080:80
109 environment :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: '3'
33services :
44 test :
55 build : ../../
6+ image : spaceonfire/nginx-php-fpm:next
67 volumes :
78 - ./:/var/www/html:Z
89 ports :
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ version: '3'
33services :
44 test :
55 build : ../../
6- # volumes:
7- # - ../../spaceonfire:/opt/spaceonfire:Z
6+ image : spaceonfire/nginx-php-fpm:next
87 ports :
98 - 8080:80
109 environment :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: '3'
33services :
44 test :
55 build : ../../
6+ image : spaceonfire/nginx-php-fpm:next
67 ports :
78 - 8080:80
89 environment :
You can’t perform that action at this time.
0 commit comments