Compare commits
No commits in common. "f2d6908ed0dfa78e4099430d77caf65333986118" and "678987b2497e9fa09e3c243b5955817c6b69d415" have entirely different histories.
f2d6908ed0
...
678987b249
2 changed files with 1 additions and 8 deletions
|
@ -35,8 +35,7 @@ COPY php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
|
|||
RUN curl -sS https://getcomposer.org/installer \
|
||||
| php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
ENV DOLIBARR_VERSION=20.0.3
|
||||
# ENV DOLIBARR_VERSION=19.0.2
|
||||
ENV DOLIBARR_VERSION=19.0.2
|
||||
# ENV DOLIBARR_VERSION=18.0.4
|
||||
# ENV DOLIBARR_VERSION=17.0.2
|
||||
# ENV DOLIBARR_VERSION=16.0.4
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
||||
|
||||
## For production
|
||||
# display_errors = Off
|
||||
# error_log = /dev/stderr
|
||||
|
||||
## For debugging
|
||||
display_errors = Off
|
||||
|
||||
log_errors = On
|
||||
|
|
Loading…
Add table
Reference in a new issue