mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
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:
parent
49b783ff1f
commit
9d609ca42b
@ -4,7 +4,7 @@ volumes:
|
|||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
services:
|
services:
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud:latest
|
image: docker.io/library/nextcloud:28.0.3-apache
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
Loading…
Reference in New Issue
Block a user