mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-11-01 05:27:38 +09:00 
			
		
		
		
	set queue driver to database
This commit is contained in:
		| @@ -7,6 +7,8 @@ mkdir -p \ | ||||
| # copy .env if not exists | ||||
| [[ ! -f /config/www/.env ]] && \ | ||||
|   cp /var/www/localhost/heimdall/.env /config/www/.env | ||||
| # set queue driver to database | ||||
| sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env | ||||
|  | ||||
| # create symlinks | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user