chore: pin version of Nextcloud to 28.0.3-apache

The `apache` variant was taken because the `latest` tag, which was in
use so far, also matches the `apache` variant.
This commit is contained in:
Christoph Schug 2024-03-05 12:00:50 +01:00
parent 49b783ff1f
commit 9d609ca42b

View File

@ -4,7 +4,7 @@ volumes:
nextcloud-db:
services:
nextcloud-app:
image: nextcloud:latest
image: docker.io/library/nextcloud:28.0.3-apache
container_name: nextcloud-app
ports:
- 80:80