Eliminate the word should for will and need.
				
					
				
			This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| # Example environment file for Nextcloud stack, should be copied as `.env`. | ||||
| # Example environment file for Nextcloud stack, needs copied as `.env`. | ||||
|  | ||||
| # The variables here only apply to the compose file. If you need it passed to a | ||||
| #   container then it also needs specified in its `environment:` operator. | ||||
| @@ -32,7 +32,7 @@ PHP_UPLOAD_LIMIT=32M | ||||
| # | ||||
| ## MariaDB ## | ||||
| # | ||||
| # Should load automatically the first run. Then config.php is the source of | ||||
| # Will load automatically the first run. Then config.php is the source of | ||||
| #   truth for these values. So, if something like the DB password is changed, | ||||
| #   updating it here will have no effect. This is only used for the install. | ||||
|  | ||||
| @@ -53,7 +53,7 @@ REDIS_HOST_PASSWORD=someredispassword | ||||
| ### | ||||
| #### OnlyOffice ## | ||||
| ### | ||||
| ### How Nextcloud's ONLYOFFICE Admin Settings should be set up: | ||||
| ### How Nextcloud's ONLYOFFICE Admin Settings needs set up: | ||||
| ###   OO Address: https://FQDN-For-Reverse-Proxied-OO-Server | ||||
| ###   OO Secret: Contents-Of-$JWT_SECRET | ||||
| ###   OO Header: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user