Skip to content

Commit

Permalink
Merge pull request #12 from geniusdynamics/dev
Browse files Browse the repository at this point in the history
Merge Dev into main
  • Loading branch information
compgeniuses authored Jun 3, 2024
2 parents df9b5a2 + eaef121 commit 21e7389
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 509 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images=()
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
# Configure the image name
reponame="glpi"
app_version="10.0.14"
app_version="10.0.15"
# Create a new empty container image
container=$(buildah from scratch)

Expand Down
2 changes: 1 addition & 1 deletion imageroot/systemd/user/glpi-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ExecStartPost=/usr/bin/bash -c "while ! podman exec -ti mariadb-app mysql -u glp
ExecStart=/usr/bin/podman run --conmon-pidfile %t/glpi-app.pid \
--cidfile %t/glpi-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/glpi.pod-id --replace -d --name glpi-app \
--volume glpi_html:/var/www/html/glpi \
--volume glpi_html:/var/www/html/glpi:z \
--env=GLPI_* \
--env TIMEZONE=Europe/Brussels \
--env MARIADB_DB_TYPE=mysql \
Expand Down
Loading

0 comments on commit 21e7389

Please sign in to comment.