We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e97dd3 commit d8cf502Copy full SHA for d8cf502
docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
- MYSQL_USER=${MYSQL_USER:-nextcloud}
27
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-nextcloud}
28
nextcloud:
29
- image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-81}:latest
+ image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-82}:latest
30
# build:
31
# context: .docker/
32
# dockerfile: Dockerfile.php${PHP_VERSION:-81}
0 commit comments