File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
8080 - ./docker/configs/haproxy.conf:/usr/local/etc/haproxy/haproxy.cfg:ro
8181
8282 nextcloud :
83- image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82 }:latest
83+ image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-85 }:latest
8484 environment :
8585 SQL : ${SQL:-mysql}
8686 NEXTCLOUD_AUTOINSTALL : ${NEXTCLOUD_AUTOINSTALL:-YES}
@@ -113,7 +113,7 @@ services:
113113 - host.docker.internal:host-gateway
114114
115115 nextcloud2 :
116- image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82 }:latest
116+ image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-85 }:latest
117117 environment :
118118 SQL : ${SQL:-mysql}
119119 VIRTUAL_HOST : " nextcloud2${DOMAIN_SUFFIX}"
@@ -140,7 +140,7 @@ services:
140140 - host.docker.internal:host-gateway
141141
142142 nextcloud3 :
143- image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82 }:latest
143+ image : ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-85 }:latest
144144 environment :
145145 SQL : ${SQL:-mysql}
146146 VIRTUAL_HOST : " nextcloud3${DOMAIN_SUFFIX}"
You can’t perform that action at this time.
0 commit comments