|  | @@ -9,7 +9,6 @@ koel project repo: https://github.com/phanan/koel
 | 
	
		
			
				|  |  |  https://koel.phanan.net/docs
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ```sh
 | 
	
		
			
				|  |  | -$ sudo docker build -t koel .
 | 
	
		
			
				|  |  |  $ sudo docker network create koel
 | 
	
		
			
				|  |  |  $ sudo docker create \
 | 
	
		
			
				|  |  |      --name koel-db \
 | 
	
	
		
			
				|  | @@ -29,7 +28,7 @@ $ sudo docker run --rm --interactive --tty \
 | 
	
		
			
				|  |  |      --env DB_PASSWORD=secret \
 | 
	
		
			
				|  |  |      --network koel --publish=8080:8080 \
 | 
	
		
			
				|  |  |      --security-opt=no-new-privileges --cap-drop=all \
 | 
	
		
			
				|  |  | -    koel
 | 
	
		
			
				|  |  | +    fphammerle/koel:3.7.2-amd64
 | 
	
		
			
				|  |  |  + php artisan koel:init
 | 
	
		
			
				|  |  |  Attempting to install or upgrade Koel.
 | 
	
		
			
				|  |  |  Remember, you can always install/upgrade manually following the guide here:
 |