Fix typo in fileflows.yaml
The service was called `radarr` instead of `fileflows`
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
				
			|||||||
# port: 5000
 | 
					# port: 5000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  radarr:
 | 
					  fileflows:
 | 
				
			||||||
    image: revenz/fileflows
 | 
					    image: revenz/fileflows
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - SERVICE_FQDN_FILEFLOWS_5000
 | 
					      - SERVICE_FQDN_FILEFLOWS_5000
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user