mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:49:11 -04:00 
			
		
		
		
	docs: update DB_URL_FILE (#8465)
* Update environment-variables.md * linting
This commit is contained in:
		
							parent
							
								
									97c340b8a4
								
							
						
					
					
						commit
						7cc19b50fc
					
				| @ -165,11 +165,12 @@ To use any of these, replace the regular environment variable with the equivalen | ||||
| the `_FILE` variable should be set to the path of a file containing the variable value. | ||||
| 
 | ||||
| | Regular Variable   | Equivalent Docker Secrets '\_FILE' Variable | | ||||
| | :----------------: | :-----------------------------------------: | | ||||
| | :----------------- | :------------------------------------------ | | ||||
| | `DB_HOSTNAME`      | `DB_HOSTNAME_FILE`<sup>\*1</sup>            | | ||||
| | `DB_DATABASE_NAME` | `DB_DATABASE_NAME_FILE`<sup>\*1</sup>       | | ||||
| | `DB_USERNAME`      | `DB_USERNAME_FILE`<sup>\*1</sup>            | | ||||
| | `DB_PASSWORD`      | `DB_PASSWORD_FILE`<sup>\*1</sup>            | | ||||
| | `DB_URL`           | `DB_URL_FILE`<sup>\*1</sup>                 | | ||||
| | `REDIS_PASSWORD`   | `REDIS_PASSWORD_FILE`<sup>\*2</sup>         | | ||||
| 
 | ||||
| \*1: See the [official documentation](https://github.com/docker-library/docs/tree/master/postgres#docker-secrets) for | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user