mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved bug
This commit is contained in:
		| @@ -16,7 +16,7 @@ admin_password = "{{listmonk_admin_password}}" | ||||
| [db] | ||||
| host = "{{database_host}}" | ||||
| port = 5432 | ||||
| user = "{{database_user}}" | ||||
| user = "{{database_username}}" | ||||
| password = "{{database_password}}" | ||||
|  | ||||
| # Ensure that this database has been created in Postgres. | ||||
|   | ||||
| @@ -23,7 +23,7 @@ for volume in $anonymous_volumes; do | ||||
|     fi | ||||
|  | ||||
|     ((status++)) | ||||
|      | ||||
|          | ||||
|     container_ids=$(docker ps -aq --filter volume=$volume) | ||||
|     if [ -z "$container_ids" ]; then | ||||
|         echo "Volume $volume is not used by any running containers." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user