kopia lustrzana https://github.com/elk-zone/elk
				
				
				
			
		
			
				
	
	
		
			13 wiersze
		
	
	
		
			378 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			13 wiersze
		
	
	
		
			378 B
		
	
	
	
		
			YAML
		
	
	
services:
 | 
						|
  elk:
 | 
						|
    build:
 | 
						|
      context: .
 | 
						|
      dockerfile: Dockerfile
 | 
						|
    volumes:
 | 
						|
      # make sure this directory has the same ownership as the elk user from the Dockerfile
 | 
						|
      # otherwise Elk will not be able to store configs for accounts
 | 
						|
      # e.q. mkdir ./elk-storage; sudo chown 911:911 ./elk-storage
 | 
						|
      - './elk-storage:/elk/data'
 | 
						|
    ports:
 | 
						|
      - 5314:5314
 |