-
Steps to reproduce
services:
## NEXTCLOUD
nextcloud:
image: nextcloud/all-in-one:latest
init: true
restart: unless-stopped
container_name: nextcloud-aio-mastercontainer # This line cannot be changed.
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- "8080:8080"
environment:
- NEXTCLOUD_DATADIR=${DATADIR}
- NEXTCLOUD_MEMORY_LIMIT=4096M
- NEXTCLOUD_MAX_TIME=4000
- AIO_DISABLE_BACKUP_SECTION=true
- APACHE_PORT=11000
- APACHE_IP_BINDING=0.0.0.0
- TALK_PORT=3478
- SKIP_DOMAIN_VALIDATION=false
- NEXTCLOUD_ENABLE_NVIDIA_GPU=true
- NEXTCLOUD_ADDITIONAL_APKS=poppler-utils imagemagick
- NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick rar
- AIO_COMMUNITY_CONTAINERS=memories
networks:
- nextcloud-aio
volumes:
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer # This line cannot be changed.
networks:
nextcloud-aio:
external: true # Use the existing Nextcloud network
Expected behaviorExtension being installed. Actual behaviorExtension not installed despite it is available in PECL directory. Other informationHost OSOperating System: Linux 6.8.0-63-generic x86_64 Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
can you please try to run |
Beta Was this translation helpful? Give feedback.
-
Hey, I just tried to test-install the rar extension and it looks like it is not compatible with php8.3:
Feel free to report this to https://github.com/cataphract/php-rar/issues |
Beta Was this translation helpful? Give feedback.
-
Any update? |
Beta Was this translation helpful? Give feedback.
Hey, I just tried to test-install the rar extension and it looks like it is not compatible with php8.3: