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 af983a3 commit c3afcc9Copy full SHA for c3afcc9
docker-compose.yml
@@ -26,10 +26,10 @@ 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:-82}:latest
+ image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-81}:latest
30
# build:
31
# context: .docker/
32
- # dockerfile: Dockerfile.php${PHP_VERSION:-82}
+ # dockerfile: Dockerfile.php${PHP_VERSION:-81}
33
volumes:
34
- ./.docker/scripts/wait-for-db.php:/var/www/scripts/wait-for-db.php
35
- ~/.composer:/var/www/.composer/
0 commit comments