Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ services: --user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD" http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info || exit 1 image: nextcloud:20.0.7-apache image: nextcloud:21.0.0-apache restart: always volumes: - nextcloud:/var/www/html Loading Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ services: --user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD" http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info || exit 1 image: nextcloud:20.0.7-apache image: nextcloud:21.0.0-apache restart: always volumes: - nextcloud:/var/www/html Loading