Mount configuration read-only
This commit is contained in:
		@@ -9,7 +9,7 @@ services:
 | 
				
			|||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - FABCAL_CACHE_EXPIRE=120
 | 
					      - FABCAL_CACHE_EXPIRE=120
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./config.yml:/app/config.yml
 | 
					      - ./config.yml:/app/config.yml:ro
 | 
				
			||||||
    # use the line below when running this behind reverse proxy (only if it sets the proxy headers, though)
 | 
					    # use the line below when running this behind reverse proxy (only if it sets the proxy headers, though)
 | 
				
			||||||
    #command: --proxy-headers --forwarded-allow-ips="*"
 | 
					    #command: --proxy-headers --forwarded-allow-ips="*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user