Fix tt-rss updated not getting secret env
This commit is contained in:
		
							parent
							
								
									5373863a3e
								
							
						
					
					
						commit
						dfdf161182
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -15,6 +15,7 @@ services:
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    env_file:
 | 
					    env_file:
 | 
				
			||||||
      - .env
 | 
					      - .env
 | 
				
			||||||
 | 
					      - .secret.env
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - app:/var/www/html
 | 
					      - app:/var/www/html
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue