Git Product home page Git Product logo

docker-glpi's Introduction

docker-glpi's People

Contributors

jr0w3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

docker-glpi's Issues

Update to GLPI 10.0.11

Hello,

Firstly, thank you for your work on GLPI and Docker.

I recently updated GLPI to version 10.0.11 using a clone of your repository.

I'm sharing my Dockerfile using php:8.2.0-apache-bullseye where Apache and PHP are directly installed in the image :

#Based Image
FROM php:8.2.0-apache-bullseye

RUN apt update \
    && apt install --yes --no-install-recommends \
        wget \
        ca-certificates \
        cron \
        perl \
        curl \
        jq \
        libldap2-dev \
        libicu-dev \
        libzip-dev \
        libbz2-dev \
        libcurl4-openssl-dev \
        libgd3 \
        libgd-dev \
        libxml2-dev \
        zlib1g-dev \
    && rm -rf /var/lib/apt/lists/*

# Install PHP extensions
RUN docker-php-ext-install ldap intl zip bz2 curl gd simplexml xml mysqli session exif opcache

# Set PHP session configuration
RUN echo "session.cookie_httponly=On" > /usr/local/etc/php/conf.d/session.ini

VOLUME /app

# Copy entrypoint make it as executable and run it
COPY entrypoint.sh /opt/
RUN chmod +x /opt/entrypoint.sh

#ENTRYPOINT ["/opt/entrypoint.sh"]
ENTRYPOINT [ "/bin/bash", "-c", "source ~/.bashrc && /opt/entrypoint.sh ${@}", "--" ]

I think this can help you with the upgrade ๐Ÿ˜„

Good bye and thanks again !

Error in documatation

In the documentation, you mount /data for persistence but it seems that /app/data is the good path You can add /app/log and /app/conf too.

Many thanks

How can I set the Timezone ?

My GLPI is 2hrs late from what I would like. For example if it's 11:00 am my GLPI will show 9:00pm.
My linux server on the other side will show 11:00 pm.

How can I configure the glpi timezone please ?
I saw the advice to use "php bin/console database:enable_timezones" and tried it in docker exec but it doesn't work.

Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.