https://github.com/llaumgui/docker-images-nextcloud-php-fpm
Repository with my Nextcloud php-fpm's Dockerfile
https://github.com/llaumgui/docker-images-nextcloud-php-fpm
docker docker-image dockerfile nextcloud php php-fpm
Last synced: about 2 months ago
JSON representation
Repository with my Nextcloud php-fpm's Dockerfile
- Host: GitHub
- URL: https://github.com/llaumgui/docker-images-nextcloud-php-fpm
- Owner: llaumgui
- License: mit
- Created: 2025-07-07T14:16:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-03-08T13:09:31.000Z (4 months ago)
- Last Synced: 2026-03-08T13:48:48.834Z (4 months ago)
- Topics: docker, docker-image, dockerfile, nextcloud, php, php-fpm
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/llaumgui/
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Nextcloud php-FPM Docker images
[![Author][ico-bluesky]][link-bluesky]
[![Build Status][ico-ghactions]][link-ghactions]
[![Docker Pull][ico-docker]][link-docker]
[![Latest Version][ico-version]][link-docker]
[![Software License][ico-license]](LICENSE)
Repository with my php-fpm Dockerfile for my Docker/Podman images.
## Debian based php-fpm Docker image for Nextcloud
Available for:
* PHP 8.5
* PHP 8.4
[System requirements](https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html) for Nexcloud in the official documentation:
* 8.2 (deprecated)
* 8.3
* 8.4 (recommended)
* 8.5
## PHP 8.5
Work only from Nextcloud 33.
Usage:
```bash
docker pull llaumgui/nextcloud-php:8.5-fpm
```
or:
```bash
docker pull ghcr.io/llaumgui/nextcloud-php:8.5-fpm
```
And see [documentation](https://github.com/llaumgui/docker-images-nextcloud-php-fpm/tree/main/8.5).
## PHP 8.4
Usage:
```bash
docker pull llaumgui/nextcloud-php:8.4-fpm
```
or:
```bash
docker pull ghcr.io/llaumgui/nextcloud-php:8.4-fpm
```
And see [documentation](https://github.com/llaumgui/docker-images-nextcloud-php-fpm/tree/main/8.4).
[ico-bluesky]: https://img.shields.io/static/v1?label=Author&message=llaumgui&color=208bfe&logo=bluesky&style=flat-square
[link-bluesky]: https://bsky.app/profile/llaumgui.kulakowski.fr
[ico-docker]: https://img.shields.io/docker/pulls/llaumgui/nextcloud-php?color=%2496ed&logo=docker&style=flat-square
[link-docker]: https://hub.docker.com/r/llaumgui/nextcloud-php
[ico-ghactions]: https://img.shields.io/github/actions/workflow/status/llaumgui/docker-images-nextcloud-php-fpm/devops.yml?label=DevOps&logo=github&style=flat-square
[link-ghactions]: https://github.com/llaumgui/docker-images-nextcloud-php-fpm/actions
[ico-version]: https://img.shields.io/docker/v/llaumgui/nextcloud-php?sort=semver&color=%2496ed&logo=docker&style=flat-square
[ico-license]: https://img.shields.io/github/license/llaumgui/docker-images-nextcloud-php-fpm?style=flat-square