Skip to content

Commit 2ed579d

Browse files
committed
chore: Bump min php version
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 9432725 commit 2ed579d

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docker-compose.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
- ./docker/configs/haproxy.conf:/usr/local/etc/haproxy/haproxy.cfg:ro
7575

7676
nextcloud:
77-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
77+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
7878
environment:
7979
SQL: ${SQL:-mysql}
8080
NEXTCLOUD_AUTOINSTALL: ${NEXTCLOUD_AUTOINSTALL:-YES}
@@ -106,7 +106,7 @@ services:
106106
- host.docker.internal:host-gateway
107107

108108
nextcloud2:
109-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
109+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
110110
environment:
111111
SQL: 'mysql'
112112
VIRTUAL_HOST: "nextcloud2${DOMAIN_SUFFIX}"
@@ -132,7 +132,7 @@ services:
132132
- host.docker.internal:host-gateway
133133

134134
nextcloud3:
135-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
135+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
136136
environment:
137137
SQL: ${SQL:-mysql}
138138
VIRTUAL_HOST: "nextcloud3${DOMAIN_SUFFIX}"
@@ -421,7 +421,7 @@ services:
421421
- host.docker.internal:host-gateway
422422

423423
stable25:
424-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
424+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
425425
environment:
426426
SQL: ${SQL:-mysql}
427427
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -451,7 +451,7 @@ services:
451451
- host.docker.internal:host-gateway
452452

453453
stable26:
454-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
454+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
455455
environment:
456456
SQL: ${SQL:-mysql}
457457
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -481,7 +481,7 @@ services:
481481
- host.docker.internal:host-gateway
482482

483483
stable27:
484-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
484+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
485485
environment:
486486
SQL: ${SQL:-mysql}
487487
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -511,7 +511,7 @@ services:
511511
- host.docker.internal:host-gateway
512512

513513
stable28:
514-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
514+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
515515
environment:
516516
SQL: ${SQL:-mysql}
517517
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -541,7 +541,7 @@ services:
541541
- host.docker.internal:host-gateway
542542

543543
stable29:
544-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
544+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
545545
environment:
546546
SQL: ${SQL:-mysql}
547547
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -571,7 +571,7 @@ services:
571571
- host.docker.internal:host-gateway
572572

573573
stable30:
574-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
574+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
575575
environment:
576576
SQL: ${SQL:-mysql}
577577
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -601,7 +601,7 @@ services:
601601
- host.docker.internal:host-gateway
602602

603603
stable31:
604-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
604+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
605605
environment:
606606
SQL: ${SQL:-mysql}
607607
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -631,7 +631,7 @@ services:
631631
- host.docker.internal:host-gateway
632632

633633
stable32:
634-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
634+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
635635
environment:
636636
SQL: ${SQL:-mysql}
637637
NEXTCLOUD_AUTOINSTALL: "YES"
@@ -976,7 +976,7 @@ services:
976976
- clam:/var/lib/clamav
977977

978978
portal:
979-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
979+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
980980
environment:
981981
VIRTUAL_HOST: portal${DOMAIN_SUFFIX}
982982
SQL: 'mysql'
@@ -998,7 +998,7 @@ services:
998998
- host.docker.internal:host-gateway
999999

10001000
gs1:
1001-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
1001+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
10021002
environment:
10031003
VIRTUAL_HOST: gs1${DOMAIN_SUFFIX}
10041004
SQL: 'mysql'
@@ -1021,7 +1021,7 @@ services:
10211021
- host.docker.internal:host-gateway
10221022

10231023
gs2:
1024-
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-81}:latest
1024+
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
10251025
environment:
10261026
VIRTUAL_HOST: gs2${DOMAIN_SUFFIX}
10271027
SQL: 'mysql'

0 commit comments

Comments
 (0)