Compare commits

..

4 Commits

Author SHA1 Message Date
David Bomba
f79afe3dcf Set default memory limit 2025-12-18 09:06:57 +11:00
David Bomba
720d17aac0 Merge pull request #833 from benbrummer/octane
unicode emoji for dockerhub
2025-11-05 09:46:19 +11:00
Benjamin Brummer
8d53a0d915 unicode emoji 2025-11-04 14:11:16 +01:00
David Bomba
a29e6f3d18 Fixes for release for debian/octane 2025-11-04 10:00:06 +11:00
3 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ jobs:
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
# Remove -o or -d suffix if present
VERSION=${VERSION%-*}
fi
MAJOR="$(echo "${VERSION}" | cut -d. -f1)"
MINOR="$(echo "${VERSION}" | cut -d. -f2)"

View File

@@ -5,7 +5,7 @@
# Octane Docker for [Invoice Ninja](https://www.invoiceninja.com/)
:crown: **Features**
👑 **Features**
[FRANKENPHP](https://frankenphp.dev/)
Built-in Chrome for PDF generation and other features

View File

@@ -2,6 +2,7 @@
; https://www.php.net/manual/en/ini.core.php
post_max_size=10M
upload_max_filesize=10M
memory_limit=512M
[opcache]
; https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended