https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image-octane.yaml/badge.svg](https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image-octane.yaml) https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-octane.yaml/badge.svg](https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-octane.yaml)
👑 Features
FRANKENPHP
Built-in Chrome for PDF generation and other features
Saxon XLST 2 engine
OPcache
Multi language support
This Debian-based image includes Chrome for enhanced PDF generation and other features. To get started:
bashgit clone https://github.com/invoiceninja/dockerfiles.git -b octane cd dockerfiles/octane
Instead of defining our environment variables inside our docker-compose.yml file we now define this in the .env file, open this file up and insert your APP_URL, APP_KEY and update the rest of the variables as required.
APP_URL=http://in.localhost:8003/ APP_KEY=<insert your generated key in here> APP_DEBUG=true REQUIRE_HTTPS=false IN_USER_EMAIL= IN_PASSWORD=
Prior to starting the container for the first time, open the .env file and update the IN_USER_EMAIL and IN_PASSWORD variables with your primary account.
This will take care of the initial account setup. You can later remove these .env variables.
⚠️ Warning
IfIN_USER_EMAILandIN_PASSWORDare not set the default user email and password is "***" and "changeme!" respectively.
After the container has completed the first startup you can delete these two environment variables.
The APP_KEY can be generated by running:
bash# If you haven't started the containers yet: docker run --rm -it invoiceninja/invoiceninja-octane frankenphp php-cli artisan key:generate --show # Or if your containers are already running: docker compose exec app frankenphp php-cli artisan key:generate --show
Copy the entire string and insert in the .env file at APP_KEY=base64....
**Note: For PDF generation using localhost, your domain name MUST end in .test for PDFs to generate correctly due to Chrome's DNS resolver.
Start the container with:
bashdocker compose up -d
**Note: When performing the setup, the Database host is mysql
To upgrade to a newer release image, update your docker-compose.yml first by running:
bashdocker compose pull docker compose up -d
It is recommended to perform a backup before updating.
If you discover a bug, please create an issue. For general queries, visit our Forum
This is a new image which should provide much better support for all users, however there are some items left to complete
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务